projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2436d
)
ata: libata-sff: Fix double word in comments
author
Shaomin Deng
<dengshaomin@cdjrlc.com>
Tue, 30 Aug 2022 07:50:24 +0000
(
03:50
-0400)
committer
Damien Le Moal
<damien.lemoal@opensource.wdc.com>
Fri, 16 Sep 2022 14:24:06 +0000
(23:24 +0900)
Remove the repeated word "Transfer" in comments.
Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/libata-sff.c
patch
|
blob
|
history
diff --git
a/drivers/ata/libata-sff.c
b/drivers/ata/libata-sff.c
index
b1666ad
..
7916e36
100644
(file)
--- a/
drivers/ata/libata-sff.c
+++ b/
drivers/ata/libata-sff.c
@@
-776,7
+776,7
@@
static void atapi_send_cdb(struct ata_port *ap, struct ata_queued_cmd *qc)
* @qc: Command on going
* @bytes: number of bytes
*
- * Transfer
Transfer
data from/to the ATAPI device.
+ * Transfer data from/to the ATAPI device.
*
* LOCKING:
* Inherited from caller.