scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption"
authorColin Ian King <colin.king@canonical.com>
Mon, 26 Jun 2017 13:31:10 +0000 (14:31 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 26 Jun 2017 19:01:04 +0000 (15:01 -0400)
Trivial fix to spelling mistake in dev_info message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hpsa.c

index 9934947073e6455515efedce77e21cac179c585c..8914eab843372fe3dde09e97b0d2c45aa65bbf64 100644 (file)
@@ -3127,7 +3127,7 @@ static void hpsa_debug_map_buff(struct ctlr_info *h, int rc,
                        le16_to_cpu(map_buff->layout_map_count));
        dev_info(&h->pdev->dev, "flags = 0x%x\n",
                        le16_to_cpu(map_buff->flags));
-       dev_info(&h->pdev->dev, "encrypytion = %s\n",
+       dev_info(&h->pdev->dev, "encryption = %s\n",
                        le16_to_cpu(map_buff->flags) &
                        RAID_MAP_FLAG_ENCRYPT_ON ?  "ON" : "OFF");
        dev_info(&h->pdev->dev, "dekindex = %u\n",