staging/media/davinci_vpfe/vpfe_video.h Unnecessary space after function pointer...
authorAybuke Ozdemir <aybuke.147@gmail.com>
Wed, 19 Mar 2014 18:25:13 +0000 (20:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 20:50:24 +0000 (13:50 -0700)
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>
drivers/staging/media/davinci_vpfe/vpfe_video.h

index 2283866a220f770a846015e129a9f93c35b88791..ca9a70245233b898a09fbad0ace260868f3a673c 100644 (file)
@@ -32,7 +32,7 @@ struct vpfe_device;
  *             if there was no buffer previously queued.
  */
 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 {