Commit a8e39c57 authored by Miquel Raynal's avatar Miquel Raynal Committed by Greg Kroah-Hartman

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: default avatarMiquel Raynal <raynal.miquel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7dd551e2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment