[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1388716804-15348-1-git-send-email-chase.southwood@yahoo.com>
Date: Thu, 2 Jan 2014 20:40:04 -0600
From: Chase Southwood <chase.southwood@...oo.com>
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc: hsweeten@...ionengravers.com, devel@...verdevel.osuosl.org,
Chase Southwood <chase.southwood@...oo.com>
Subject: [PATCH] Staging: comedi: fix spacing/style problem in das1800.c
This is a patch to the das1800.c file that fixes a style issue found by
checkpatch.pl.
Signed-off-by: Chase Southwood <chase.southwood@...oo.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 165bdfd..320d95a 100644
--- a/drivers/staging/comedi/drivers/das1800.c
+++ b/drivers/staging/comedi/drivers/das1800.c
@@ -459,7 +459,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.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists