aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-02-27 09:52:31 -0500
committerJiri Kosina <jkosina@suse.cz>2015-03-06 17:05:39 -0500
commitd939be3add4f1410079dad2755d4936cdb70903b (patch)
tree290a9b79b5ac87b0b2896e47fe0bcb69a8fa21d6 /drivers/iio
parentf42cf8d6a3ec934551ac0f20f4654dccb11fa30d (diff)
treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/adc/max1027.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/max1027.c b/drivers/iio/adc/max1027.c
index 87ee1c7d0b54..44bf815adb6c 100644
--- a/drivers/iio/adc/max1027.c
+++ b/drivers/iio/adc/max1027.c
@@ -436,7 +436,7 @@ static int max1027_probe(struct spi_device *spi)
436 indio_dev->num_channels * 2, 436 indio_dev->num_channels * 2,
437 GFP_KERNEL); 437 GFP_KERNEL);
438 if (st->buffer == NULL) { 438 if (st->buffer == NULL) {
439 dev_err(&indio_dev->dev, "Can't allocate bufffer\n"); 439 dev_err(&indio_dev->dev, "Can't allocate buffer\n");
440 return -ENOMEM; 440 return -ENOMEM;
441 } 441 }
442 442