Re: [PATCH 4/4] libata: make libata use printk_header() and mprintk

From: Tejun Heo
Date: Tue Jan 15 2008 - 21:54:20 EST


Randy Dunlap wrote:
>> - ata_dev_printk(dev, KERN_WARNING,
>> -"Drive reports diagnostics failure. This may indicate a drive\n");
>> - ata_dev_printk(dev, KERN_WARNING,
>> -"fault or invalid emulation. Contact drive vendor for information.\n");
>> - }
>
> Looks to me like several of these + lines have indent problems:
> following lines (i.e., not first line) of function call should be
> indented more than the first line:

Putting one more tab would put good part of those lines off the 80col
limit. Hmmm... but I agree it looks ugly. I'll add one or two spaces
there.

>> + ata_dev_printk(dev, KERN_WARNING,
>> + "Drive reports diagnostics failure. This may indicate a drive\n"
>> + "fault or invalid emulation. Contact drive vendor for information.\n");

Thanks.

--
tejun
--
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/