scst_vdisk: Fix spelling in a source code comment

Signed-off-by: Aayush Kasurde <aayush.kasurde@gmail.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6023 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-02-06 15:51:58 +00:00
parent 2de7915259
commit a4d1421b4a
+1 -1
View File
@@ -3302,7 +3302,7 @@ static int vdisk_sup_vpd(uint8_t *buf, struct scst_cmd *cmd,
*p++ = 0x86; /* extended inquiry */
if (cmd->dev->type == TYPE_DISK) {
*p++ = 0xB0; /* block limits */
*p++ = 0xB1; /* block device charachteristics */
*p++ = 0xB1; /* block device characteristics */
if (virt_dev->thin_provisioned) {
*p++ = 0xB2; /* thin provisioning */
}