public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DAS1800: Fixing foo * bar should be foo *bar
@ 2014-01-13 23:19 Joe Borg
  2014-01-13 23:50 ` Greg KH
  2014-01-13 23:52 ` [PATCH] staging: comedi: das1800: " Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Borg @ 2014-01-13 23:19 UTC (permalink / raw)
  To: gregkh; +Cc: cyborg101010, abbotti, hsweeten, dan.carpenter, devel,
	linux-kernel

Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo
*bar' in the parameters of function munge_data().

Signed-off-by Joe Borg <cyborg101010@gmail.com>
---
 drivers/staging/comedi/drivers/das1800.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/das1800.c b/drivers/staging/comedi/drivers/das1800.c
index 1880038..8fb87df 100644
--- a/drivers/staging/comedi/drivers/das1800.c
+++ b/drivers/staging/comedi/drivers/das1800.c
@@ -462,7 +462,7 @@ static inline uint16_t munge_bipolar_sample(const struct comedi_device *dev,
 	return sample;
 }
 
-static void munge_data(struct comedi_device *dev, uint16_t * array,
+static void munge_data(struct comedi_device *dev, uint16_t *array,
 		       unsigned int num_elements)
 {
 	unsigned int i;
-- 
1.8.5.2


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

end of thread, other threads:[~2014-01-13 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 23:19 [PATCH] DAS1800: Fixing foo * bar should be foo *bar Joe Borg
2014-01-13 23:50 ` Greg KH
2014-01-13 23:52 ` [PATCH] staging: comedi: das1800: " Greg KH

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