bcm2835-vchiq.c and vc_vchi_audioserv_defs.h:
fixing ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Abhijit Naik
---
drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 16
drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h | 2 +
bcm2835-vchiq.c and vc_vchi_audioserv_defs.h:
fixing ERROR: space prohibited before that close parenthesis
Signed-off-by: Abhijit Naik
---
drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 16
drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h | 2 +-
2 files
This patch will increase readability of xmit_linux.c file.
Removed following type of coding style warnings generated for xmit_linux.c,
1. Braces {} are not necessary for single statement blocks
2. Block comments use a trailing */ on a separate line
Signed-off-by: Abhijit Naik