diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-10-06 12:42:51 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-11-09 09:40:56 +0100 |
commit | b71a8eb0fa64ec6d00175f479e3ef851703568af (patch) | |
tree | b3a71df4dde15af10511a8aa54033deb90ee27f6 /drivers/scsi/dc395x.c | |
parent | fa3012318bfb395552baef69bb1ebe87e64945c8 (diff) | |
download | linux-3.10-b71a8eb0fa64ec6d00175f479e3ef851703568af.tar.gz linux-3.10-b71a8eb0fa64ec6d00175f479e3ef851703568af.tar.bz2 linux-3.10-b71a8eb0fa64ec6d00175f479e3ef851703568af.zip |
tree-wide: fix typos "selct" + "slect" -> "select"
This patch was generated by
git grep -E -i -l 's(le|el)ct' | xargs -r perl -p -i -e 's/([Ss])(le|el)ct/$1elect/
with only skipping net/netfilter/xt_SECMARK.c and
include/linux/netfilter/xt_SECMARK.h which have a struct member called
selctx.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/dc395x.c')
-rw-r--r-- | drivers/scsi/dc395x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c index 075e2397273..6c59c02c1ed 100644 --- a/drivers/scsi/dc395x.c +++ b/drivers/scsi/dc395x.c @@ -1509,7 +1509,7 @@ static u8 start_scsi(struct AdapterCtlBlk* acb, struct DeviceCtlBlk* dcb, * Try anyway? * * We could, BUT: Sometimes the TRM_S1040 misses to produce a Selection - * Timeout, a Disconnect or a Reselction IRQ, so we would be screwed! + * Timeout, a Disconnect or a Reselection IRQ, so we would be screwed! * (This is likely to be a bug in the hardware. Obviously, most people * only have one initiator per SCSI bus.) * Instead let this fail and have the timer make sure the command is |