[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161226062605.GA14039@gmail.com>
Date: Mon, 26 Dec 2016 00:26:08 -0600
From: Jonathan Villatoro <lacho8713@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Ian Abbott <abbotti@....co.uk>,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Jonathan Villatoro <lacho8713@...il.com>
Subject: [PATCH] Staging: comedi: comedi_compat32: fixed a syntax error
Fixed a syntax error in the function definition's parameter.
Signed-off-by: Jonathan Horacio Villatoro Córdoba <lacho8713@...il.com>
---
drivers/staging/comedi/comedi_compat32.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/comedi_compat32.h b/drivers/staging/comedi/comedi_compat32.h
index 5ce77f3..91d15c6 100644
--- a/drivers/staging/comedi/comedi_compat32.h
+++ b/drivers/staging/comedi/comedi_compat32.h
@@ -25,7 +25,7 @@
#ifdef CONFIG_COMPAT
struct file;
-long comedi_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
+long comedi_compat_ioctl(struct file *f, unsigned int cmd, unsigned long arg);
#else /* CONFIG_COMPAT */
--
2.10.2
Powered by blists - more mailing lists