Fix two identical harmless typos in ata error messages:
s/issueing/issuing/ PR: kern/89481 Submitted by: John Nielsen Approved by: sos MFC after: 1 week
This commit is contained in:
parent
62f0bf3250
commit
6f26936c0f
@ -96,7 +96,7 @@ ata_begin_transaction(struct ata_request *request)
|
||||
|
||||
/* issue command */
|
||||
if (ch->hw.command(request)) {
|
||||
device_printf(request->dev, "error issueing %s command\n",
|
||||
device_printf(request->dev, "error issuing %s command\n",
|
||||
ata_cmd2str(request));
|
||||
request->result = EIO;
|
||||
goto begin_finished;
|
||||
@ -139,7 +139,7 @@ ata_begin_transaction(struct ata_request *request)
|
||||
|
||||
/* issue command */
|
||||
if (ch->hw.command(request)) {
|
||||
device_printf(request->dev, "error issueing %s command\n",
|
||||
device_printf(request->dev, "error issuing %s command\n",
|
||||
ata_cmd2str(request));
|
||||
request->result = EIO;
|
||||
goto begin_finished;
|
||||
|
Loading…
Reference in New Issue
Block a user