mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: das16: Fixed a const struct coding style issue
@ 2017-11-26  1:50 Alex Frappier Lachapelle
  2017-11-27 10:28 ` Ian Abbott
  2017-11-28  2:37 ` kbuild test robot
  0 siblings, 2 replies; 6+ messages in thread
From: Alex Frappier Lachapelle @ 2017-11-26  1:50 UTC (permalink / raw)
  To: greg; +Cc: abbotti, hsweeten, devel, linux-kernel, Alex Frappier Lachapelle

Fixed a coding style issue.

Signed-off-by: Alex Frappier Lachapelle <Alex.FrappierLachapelle@gmail.com>
---
 drivers/staging/comedi/drivers/das16.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c
index ddd4aeab6365..ed1e9e9b651d 100644
--- a/drivers/staging/comedi/drivers/das16.c
+++ b/drivers/staging/comedi/drivers/das16.c
@@ -967,7 +967,7 @@ static const struct comedi_lrange *das16_ai_range(struct comedi_device *dev,
 
 	/* get any user-defined input range */
 	if (pg_type == das16_pg_none && (min || max)) {
-		struct comedi_lrange *lrange;
+		const struct comedi_lrange *lrange;
 		struct comedi_krange *krange;
 
 		/* allocate single-range range table */
@@ -1001,7 +1001,7 @@ static const struct comedi_lrange *das16_ao_range(struct comedi_device *dev,
 
 	/* get any user-defined output range */
 	if (min || max) {
-		struct comedi_lrange *lrange;
+		const struct comedi_lrange *lrange;
 		struct comedi_krange *krange;
 
 		/* allocate single-range range table */
-- 
2.15.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-28  6:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-26  1:50 [PATCH] Staging: comedi: das16: Fixed a const struct coding style issue Alex Frappier Lachapelle
2017-11-27 10:28 ` Ian Abbott
2017-11-27 17:51   ` Hartley Sweeten
2017-11-27 22:36     ` Dan Carpenter
2017-11-28  6:59     ` greg
2017-11-28  2:37 ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®