Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674783 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-06-26 15:40 +0200 |
| Last post | 2017-06-26 19:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption" Colin King <colin.king@canonical.com> - 2017-06-26 15:40 +0200
Re: [PATCH] scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption" "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-06-26 19:50 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-06-26 15:40 +0200 |
| Subject | [PATCH] scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption" |
| Message-ID | <tWCpc-2Xw-19@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com> Trivial fix to spelling mistake in dev_info message Signed-off-by: Colin Ian King <colin.king@canonical.com> --- drivers/scsi/hpsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 9934947073e6..8914eab84337 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -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", -- 2.11.0
[toc] | [next] | [standalone]
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2017-06-26 19:50 +0200 |
| Message-ID | <tWGj8-5mb-19@gated-at.bofh.it> |
| In reply to | #1674783 |
Colin, > Trivial fix to spelling mistake in dev_info message Applied to 4.13/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web