Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1545803
| From | Tobias Heineken <tobias.heineken+kernel@robotics-erlangen.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Staging: vt6656: checkpatch: fix identifier name in wcmd.h |
| Date | 2016-12-21 15:50 +0100 |
| Message-ID | <sQQnn-4FS-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
---
drivers/staging/vt6656/wcmd.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vt6656/wcmd.h b/drivers/staging/vt6656/wcmd.h
index 764c09c..727ec14 100644
--- a/drivers/staging/vt6656/wcmd.h
+++ b/drivers/staging/vt6656/wcmd.h
@@ -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);
--
2.1.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] Staging: vt6656: checkpatch: fix identifier name in wcmd.h Tobias Heineken <tobias.heineken+kernel@robotics-erlangen.de> - 2016-12-21 15:50 +0100
csiph-web