Browse Source

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>
Uma Sharma 11 years ago
parent
commit
6e878c0299
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/media/msi3101/sdr-msi3101.c

+ 1 - 1
drivers/staging/media/msi3101/sdr-msi3101.c

@@ -411,7 +411,7 @@ struct msi3101_state {
 	unsigned int vb_full; /* vb is full and packets dropped */
 	unsigned int vb_full; /* vb is full and packets dropped */
 
 
 	struct urb *urbs[MAX_ISO_BUFS];
 	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);
 			unsigned int src_len);
 
 
 	/* Controls */
 	/* Controls */