Tag: 7273773c2cecb647373c4180b159ba1669313681

Staging: android: Remove unnecessary braces.

Author: Shraddha Barke <shraddha.6596@gmail.com> The linux kernel coding style discourages use of braces for single statement blocks. This patch removes the unnecessary braces. The warning was detected using checkpatch.pl. Coccinelle was used to make the change. Signed-off-by: Shraddha Barke Signed-off-by: Greg Kroah-Hartman — drivers/staging/android/ashmem.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-)   …

Continue reading