The patch titled gpiolib: fix typo in comment has been added to the -mm tree. Its filename is gpiolib-fix-typo-in-comment.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: gpiolib: fix typo in comment From: Michael Buesch <mb@xxxxxxxxx> This fixes an off-by-one error in a comment. Signed-off-by: Michael Buesch <mb@xxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-generic/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-generic/gpio.h~gpiolib-fix-typo-in-comment include/asm-generic/gpio.h --- a/include/asm-generic/gpio.h~gpiolib-fix-typo-in-comment +++ a/include/asm-generic/gpio.h @@ -13,7 +13,7 @@ * * While the GPIO programming interface defines valid GPIO numbers * to be in the range 0..MAX_INT, this library restricts them to the - * smaller range 0..ARCH_NR_GPIOS. + * smaller range 0..ARCH_NR_GPIOS-1. */ #ifndef ARCH_NR_GPIOS _ Patches currently in -mm which might be from mb@xxxxxxxxx are origin.patch gpiolib-fix-typo-in-comment.patch spi-add-spi-over-gpio-driver.patch spi-add-spi-over-gpio-driver-fix-returned-error-code.patch mmc-add-gpio-based-mmc-sd-driver.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