]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: vt6656: checkpatch: fix identifier name in wcmd.h
authorTobias Heineken <tobias.heineken+kernel@robotics-erlangen.de>
Wed, 21 Dec 2016 14:35:34 +0000 (15:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jan 2017 15:50:37 +0000 (16:50 +0100)
This is a patch to the wcmd.h file that fixes up two identifier
name warnings found by the checkpatch.pl tool at lines 54 and 56

Signed-off-by: Tobias Heineken <tobias.heineken+kernel@robotics-erlangen.de>
Signed-off-by: Florian Schleicher <florian.schleicher@fau.de>
CC: linux-kernel@i4.cs.fau.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/wcmd.h

index 764c09ccd42dffe574d7bb66ef860d6496b68293..727ec14380c4d52928fbfbcf76342778556e3f09 100644 (file)
@@ -51,9 +51,9 @@ enum vnt_cmd_state {
 
 struct vnt_private;
 
-void vnt_reset_command_timer(struct vnt_private *);
+void vnt_reset_command_timer(struct vnt_private *priv);
 
-int vnt_schedule_command(struct vnt_private *, enum vnt_cmd);
+int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd);
 
 void vnt_run_command(struct work_struct *work);