projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd689ed
)
scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 24 Sep 2021 23:03:30 +0000
(
00:03
+0100)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Wed, 29 Sep 2021 02:47:28 +0000
(22:47 -0400)
There are a couple of spelling mistakes in pr_info and pr_err messages.
Fix them.
Link:
https://lore.kernel.org/r/20210924230330.143785-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/virtio_scsi.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/virtio_scsi.c
b/drivers/scsi/virtio_scsi.c
index c25ce8f0e0afc68341315ac04899f69b30c9db91..07d0250f17c3a4a16a28ea5d930ac1df058bc6bf 100644
(file)
--- a/
drivers/scsi/virtio_scsi.c
+++ b/
drivers/scsi/virtio_scsi.c
@@
-300,7
+300,7
@@
static void virtscsi_handle_transport_reset(struct virtio_scsi *vscsi,
}
break;
default:
- pr_info("Unsupport virtio scsi event reason %x\n", event->reason);
+ pr_info("Unsupport
ed
virtio scsi event reason %x\n", event->reason);
}
}
@@
-392,7
+392,7
@@
static void virtscsi_handle_event(struct work_struct *work)
virtscsi_handle_param_change(vscsi, event);
break;
default:
- pr_err("Unsupport virtio scsi event %x\n", event->event);
+ pr_err("Unsupport
ed
virtio scsi event %x\n", event->event);
}
virtscsi_kick_event(vscsi, event_node);
}