aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-04-15 18:49:45 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-16 12:57:54 +0200
commitb368fa114a62031fa091fc9f7b2100691a12b7e0 (patch)
tree57a6cdfc3e5c77b6e26f282cdea49e5e119b6bb4 /drivers/staging/comedi/drivers
parentstaging: comedi: dt2811: Fix spelling mistake (diff)
downloadlinux-dev-b368fa114a62031fa091fc9f7b2100691a12b7e0.tar.xz
linux-dev-b368fa114a62031fa091fc9f7b2100691a12b7e0.zip
staging: comedi: adv_pci1710: fix spelling mistake: "droput" -> "dropout"
There is a spelling mistake in a dev_error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/drivers')
-rw-r--r--drivers/staging/comedi/drivers/adv_pci1710.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c b/drivers/staging/comedi/drivers/adv_pci1710.c
index 6a93b04f1fdf..dbff0f7e7cf5 100644
--- a/drivers/staging/comedi/drivers/adv_pci1710.c
+++ b/drivers/staging/comedi/drivers/adv_pci1710.c
@@ -317,7 +317,7 @@ static int pci1710_ai_read_sample(struct comedi_device *dev,
chan = sample >> 12;
if (chan != devpriv->act_chanlist[cur_chan]) {
dev_err(dev->class_dev,
- "A/D data droput: received from channel %d, expected %d\n",
+ "A/D data dropout: received from channel %d, expected %d\n",
chan, devpriv->act_chanlist[cur_chan]);
return -ENODATA;
}