Re: [PATCH-2.6.10] ide-lib printk readability fix

From: Bartlomiej Zolnierkiewicz
Date: Fri Jan 14 2005 - 20:16:32 EST


On Sat, 08 Jan 2005 16:48:21 -0800, Gunther Mayer <gunther.mayer@xxxxxxx> wrote:
> Hi,
> this improves logic and readability:
> - remove blank from: AbortedCommand (as other flags)
> - add blank and {} to error= line
> - clean up: remove 2 lines and extra printk
>
> before:
> hdd: status error: status=0x7f { DriveReady DeviceFault SeekComplete
> DataRequest CorrectedError Index Error }
> hdd: status error: error=0x7fIllegalLengthIndication EndOfMedia
> Aborted Command MediaChangeRequested LastFailedSense 0x07
>
> after:
> hdd: status error: status=0x7f { DriveReady DeviceFault SeekComplete
> DataRequest CorrectedError Index Error }
> hdd: status error: error=0x7f { IllegalLengthIndication EndOfMedia
> AbortedCommand MediaChangeRequested LastFailedSense=0x07 }
>
> Please apply.

applied
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/