Hello, On Wed, Jul 15, 2015 at 08:23:33PM +0300, Sergei Shtylyov wrote: > >@@ -431,6 +431,8 @@ enum { > > ATA_HORKAGE_WD_BROKEN_LPM = (1 << 21), /* some WDs have broken LPM */ > > ATA_HORKAGE_ZERO_AFTER_TRIM = (1 << 22),/* guarantees zero after trim */ > > ATA_HORKAGE_NO_NCQ_LOG = (1 << 23), /* don't use NCQ for log read */ > >+ ATA_HORKAGE_NOTRIM = (1 << 24), /* don't use TRIM */ > > BTW, why not ATA_HORKAGE_NO_TRIM like the others? We actually have a bunch of NOXXX's. We prolly wanna clean them up together later but things like this ultimately don't really matter. > >+ > > Empty line not needed here. I removed it while merging a later patch. Thanks. -- 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