Browse Source

staging/media/davinci_vpfe/vpfe_video.h Unnecessary space after function pointer name

Fix checkpatch.pl issues with Unnecessary space after function pointer
name in vpfe_video.h

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Aybuke Ozdemir 11 years ago
parent
commit
a0ecdf0695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/media/davinci_vpfe/vpfe_video.h

+ 1 - 1
drivers/staging/media/davinci_vpfe/vpfe_video.h

@@ -32,7 +32,7 @@ struct vpfe_device;
  *		if there was no buffer previously queued.
  *		if there was no buffer previously queued.
  */
  */
 struct vpfe_video_operations {
 struct vpfe_video_operations {
-	int (*queue) (struct vpfe_device *vpfe_dev, unsigned long addr);
+	int (*queue)(struct vpfe_device *vpfe_dev, unsigned long addr);
 };
 };
 
 
 enum vpfe_pipeline_stream_state {
 enum vpfe_pipeline_stream_state {