staging: media/msi3101/sdr-msi3101.c removed warning
This patch removes the following checkpatch.pl warning in sdr-msi3101.c Warning : Unnecessary space after function pointer name Signed-off-by: Uma Sharma <uma.sharma523@gmail.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
This commit is contained in:
parent
4353ea8f77
commit
6e878c0299
|
@ -411,7 +411,7 @@ struct msi3101_state {
|
|||
unsigned int vb_full; /* vb is full and packets dropped */
|
||||
|
||||
struct urb *urbs[MAX_ISO_BUFS];
|
||||
int (*convert_stream) (struct msi3101_state *s, u32 *dst, u8 *src,
|
||||
int (*convert_stream)(struct msi3101_state *s, u32 *dst, u8 *src,
|
||||
unsigned int src_len);
|
||||
|
||||
/* Controls */
|
||||
|
|
Loading…
Reference in New Issue