Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1720400
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] SCSI-sg: Fix a typo in a comment line in sg_ioctl() |
| Date | 2017-08-25 22:30 +0200 |
| Message-ID | <uitoS-ek-23@gated-at.bofh.it> (permalink) |
| References | <uitoS-ek-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Fri, 25 Aug 2017 22:06:59 +0200 Fix a word in this description. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- drivers/scsi/sg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index 4a2db7ff14cc..c80899d249c6 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c @@ -891,7 +891,7 @@ sg_ioctl(struct file *filp, unsigned int cmd_in, unsigned long arg) case SG_SET_FORCE_LOW_DMA: /* * N.B. This ioctl never worked properly, but failed to - * return an error value. So returning '0' to keep compability + * return an error value. So returning '0' to keep compatibility * with legacy applications. */ return 0; -- 2.14.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/3] SCSI-sg: Adjustments for two function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-25 22:30 +0200 [PATCH 2/3] SCSI-sg: Improve a size determination in sg_alloc() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-25 22:30 +0200 [PATCH 3/3] SCSI-sg: Fix a typo in a comment line in sg_ioctl() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-25 22:30 +0200
csiph-web