Re: [PATCH] scsi: megaraid-sas: fix spelling mistake of "outstanding"
From: Bart Van Assche
Date: Tue Nov 29 2016 - 14:25:54 EST
On 11/29/2016 11:00 AM, Colin King wrote:
scmd_printk(KERN_NOTICE, scmd, "Command for which abort is"
- " issued is not found in oustanding commands\n");
+ " issued is not found in outstanding commands\n");
Hello Colin,
Since you are changing this code, please ensure that the entire error
message occupies a single line such that it is easy to find with grep.
Bart.