aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-02-27 23:52:31 +0900
committerJiri Kosina <jkosina@suse.cz>2015-03-06 23:05:39 +0100
commitd939be3add4f1410079dad2755d4936cdb70903b (patch)
tree290a9b79b5ac87b0b2896e47fe0bcb69a8fa21d6 /drivers/iio/adc
parenttreewide: Fix typo in printk messages (diff)
downloadlinux-dev-d939be3add4f1410079dad2755d4936cdb70903b.tar.xz
linux-dev-d939be3add4f1410079dad2755d4936cdb70903b.zip
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/adc')
-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)
indio_dev->num_channels * 2,
GFP_KERNEL);
if (st->buffer == NULL) {
- dev_err(&indio_dev->dev, "Can't allocate bufffer\n");
+ dev_err(&indio_dev->dev, "Can't allocate buffer\n");
return -ENOMEM;
}