The patch titled gxfb-support-command-line-options-tidy has been removed from the -mm tree. Its filename was gxfb-support-command-line-options-tidy.patch This patch was dropped because it was folded into gxfb-support-command-line-options.patch ------------------------------------------------------ Subject: gxfb-support-command-line-options-tidy From: Andrew Morton <akpm@xxxxxxxx> Cc: Jordan Crouse <jordan.crouse@xxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Cc: James Simmons <jsimmons@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/geode/gxfb_core.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -puN drivers/video/geode/gxfb_core.c~gxfb-support-command-line-options-tidy drivers/video/geode/gxfb_core.c --- a/drivers/video/geode/gxfb_core.c~gxfb-support-command-line-options-tidy +++ a/drivers/video/geode/gxfb_core.c @@ -413,14 +413,15 @@ static struct pci_driver gxfb_driver = { }; #ifndef MODULE -static int __init gxfb_setup(char *options) { +static int __init gxfb_setup(char *options) +{ char *opt; if (!options || !*options) return 0; - while((opt = strsep(&options, ",")) != NULL) { + while ((opt = strsep(&options, ",")) != NULL) { if (!*opt) continue; _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch node-aware-skb-allocation-fix-for-device-tree-changes.patch tty-signal-tty-locking.patch pktcdvd-bio-write-congestion-using-blk_congestion_wait.patch fsstack-introduce-fsstack_copy_attrinode_.patch add-process_session-helper-routine-deprecate-old-field.patch mxser-session-warning-fix.patch mxser-workqueue-fixes.patch tty-switch-to-ktermios-and-new-framework.patch tty-switch-to-ktermios.patch tty_ioctl-use-termios-for-the-old-structure-and-termios2.patch drivers-isdn-handcrafted-min-max-macro-removal.patch fault-injection-capabilities-infrastructure.patch fault-injection-Kconfig-cleanup.patch fault-injection-stacktrace-filtering-kconfig-fix.patch sysctl-fix-sys_sysctl-interface-of-ipc-sysctls.patch video-get-the-default-mode-from-the-right-database.patch various-fbdev-files-mark-structs.patch backlight-lcd-remove-dependenct-from-the-framebuffer-layer.patch gxfb-fixups-for-the-amd-geode-gx.patch gxfb-support-flat-panel-timings.patch gxfb-support-command-line-options.patch gxfb-support-command-line-options-tidy.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