瀏覽代碼

staging: bcm2835-audio: fix style problem in vc_vchi_audioserv_defs.h

Remove spaces around parenthesized expression to conform to the
kernel coding style. Issue found by checkpatch.pl script.

Signed-off-by: Miquel Raynal <raynal.miquel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Miquel Raynal 8 年之前
父節點
當前提交
a8e39c57c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h

+ 1 - 1
drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h

@@ -22,7 +22,7 @@
 #define VC_AUDIO_SERVER_NAME  MAKE_FOURCC("AUDS")
 
 /* Maximum message length */
-#define VC_AUDIO_MAX_MSG_LEN  (sizeof( VC_AUDIO_MSG_T ))
+#define VC_AUDIO_MAX_MSG_LEN  (sizeof(VC_AUDIO_MSG_T))
 
 /*
  *  List of screens that are currently supported