projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e8ab1
)
libata-scsi: correct cbd to CDB in comment
author
Tom Yan
<tom.ty89@gmail.com>
Wed, 6 Jul 2016 17:13:09 +0000
(
01:13
+0800)
committer
Tejun Heo
<tj@kernel.org>
Wed, 6 Jul 2016 17:32:05 +0000
(13:32 -0400)
It's Command Descriptor Block. Also capitalized it.
Signed-off-by: Tom Yan <tom.ty89@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/libata-scsi.c
b/drivers/ata/libata-scsi.c
index f1125fd7243dcf375e3a5a80af51b03312b27dff..c9cd21614d509750851a2ece563db49746aebf96 100644
(file)
--- a/
drivers/ata/libata-scsi.c
+++ b/
drivers/ata/libata-scsi.c
@@
-304,7
+304,7
@@
static void ata_scsi_set_invalid_field(struct ata_device *dev,
struct scsi_cmnd *cmd, u16 field, u8 bit)
{
ata_scsi_set_sense(dev, cmd, ILLEGAL_REQUEST, 0x24, 0x0);
- /* "Invalid field in
cbd
" */
+ /* "Invalid field in
CDB
" */
scsi_set_sense_field_pointer(cmd->sense_buffer, SCSI_SENSE_BUFFERSIZE,
field, bit, 1);
}