Jeff Garzik wrote: > Tejun Heo wrote: >> @@ -1698,12 +1705,13 @@ static void ahci_print_info(struct ata_host >> *host) >> >> dev_printk(KERN_INFO, &pdev->dev, >> "flags: " >> - "%s%s%s%s%s%s" >> - "%s%s%s%s%s%s%s\n" >> + "%s%s%s%s%s%s%s" >> + "%s%s%s%s%s%s%s\n" >> , >> >> cap & (1 << 31) ? "64bit " : "", >> cap & (1 << 30) ? "ncq " : "", >> + cap & (1 << 29) ? "sntf " : "", > > ACK, although it is not clear to me why both "%s%s%s" lines are changed. > whitespace addition, perhaps? Actually, it was minor cleanup converting eight spaces into a tab. I'll note it in the commit message. -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html