diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-04-13 16:36:27 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-04-13 19:38:16 +0200 |
commit | c9b5560aac7aa774143ce16c1fe7e0007dea79e2 (patch) | |
tree | 9ca0452db1e4bc43a5eb5dc3a8b15bead7628639 /drivers/ata/libata-scsi.c | |
parent | libata-core: Allow longer timeout for drive spinup from PUIS (diff) | |
download | linux-c9b5560aac7aa774143ce16c1fe7e0007dea79e2.tar.xz linux-c9b5560aac7aa774143ce16c1fe7e0007dea79e2.zip |
treewide: Fix typos in libata.xml
This patch fix spelling typos found in Documentation/Docbook/libata.xml.
It is because the file was generated from comments in source,
I had to fix comments in libata-core.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 567859ce0512..90397baaa5f1 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -1109,7 +1109,7 @@ static void ata_scsi_sdev_config(struct scsi_device *sdev) * @rq: request to be checked * * ATAPI commands which transfer variable length data to host - * might overflow due to application error or hardare bug. This + * might overflow due to application error or hardware bug. This * function checks whether overflow should be drained and ignored * for @request. * |