The patch titled scripts/mod/modpost.c: fix spelling of module and happens has been added to the -mm tree. Its filename is scripts-mod-modpostc-fix-spelling-of-module-and-happens.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: scripts/mod/modpost.c: fix spelling of module and happens From: Ben Dooks <ben-linux@xxxxxxxxx> Spelling fixes in scripts/mod/modpost.c Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/mod/modpost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/mod/modpost.c~scripts-mod-modpostc-fix-spelling-of-module-and-happens scripts/mod/modpost.c --- a/scripts/mod/modpost.c~scripts-mod-modpostc-fix-spelling-of-module-and-happens +++ a/scripts/mod/modpost.c @@ -1468,7 +1468,7 @@ static void section_rel(const char *modn * marked __initdata will be discarded when the module has been intialized. * Likewise for modules used built-in the sections marked __exit * are discarded because __exit marked function are supposed to be called - * only when a moduel is unloaded which never happes for built-in modules. + * only when a module is unloaded which never happens for built-in modules. * The check_sec_ref() function traverses all relocation records * to find all references to a section that reference a section that will * be discarded and warns about it. _ Patches currently in -mm which might be from ben-linux@xxxxxxxxx are backlight-give-platform_lcd-the-same-name-as-the-platform-device.patch resource-add-resource_size.patch backlight-ensure-platform_lcd-on-by-default.patch scripts-mod-modpostc-fix-spelling-of-module-and-happens.patch linux-next.patch resource-add-resource_type-and-ioresource_type_bits.patch resource-add-new-ioresource_clk-type-v2.patch i2c-sh_mobile-ioresource_clk-support.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