The patch titled ide: Fix formatting inconsistency has been removed from the -mm tree. Its filename is ide-fix-crash-on-repeated-reset-tidy.patch This patch was dropped because it was folded into ide-fix-crash-on-repeated-reset.patch ------------------------------------------------------ Subject: ide: Fix formatting inconsistency From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Someone pointed out that the formatting was inconsistent... Signed-off-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/ide.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/ide.h~ide-fix-crash-on-repeated-reset-tidy include/linux/ide.h --- a/include/linux/ide.h~ide-fix-crash-on-repeated-reset-tidy +++ a/include/linux/ide.h @@ -826,7 +826,7 @@ typedef struct hwgroup_s { /* BOOL: polling active & poll_timeout field valid */ unsigned int polling : 1; /* BOOL: in a polling reset situation. Must not trigger another reset yet */ - unsigned resetting : 1; + unsigned int resetting : 1; /* current drive */ ide_drive_t *drive; _ Patches currently in -mm which might be from alan@xxxxxxxxxxxxxxxxxxx are origin.patch isdn-warning-fixes.patch non-libata-driver-for-jmicron-devices.patch ide-claim-extra-dma-ports-regardless-of-channel.patch ide-always-release-dma-engine.patch ide-error-handling-fixes.patch make-number-of-ide-interfaces-configurable.patch ide_dma_speed-fixes.patch enable-cdrom-dma-access-with-pdc20265_old.patch ide-fix-revision-comparison-in-ide_in_drive_list.patch ide-backport-piix-fixes-from-libata-into-the-legacy-driver.patch drivers-ide-cleanups.patch ide-remove-dma_base2-field-from-ide_hwif_t.patch ide-reprogram-disk-pio-timings-on-resume.patch config_pm=n-slim-drivers-ide-pci-sc1200c.patch ide-fix-crash-on-repeated-reset.patch ide-fix-crash-on-repeated-reset-tidy.patch ide-more-pci_find-cleanup.patch sstfb-clean-ups.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html