Staging: vt6656: checkpatch: fix identifier name in wcmd.h
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>
This commit is contained in:
parent
3e588e3afb
commit
0dad03cdb0
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue