The patch titled m68knommu: scatterlist add missing bracket has been added to the -mm tree. Its filename is m68knommu-scatterlist-add-missing-bracket.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: m68knommu: scatterlist add missing bracket From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-m68knommu/scatterlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-m68knommu/scatterlist.h~m68knommu-scatterlist-add-missing-bracket include/asm-m68knommu/scatterlist.h --- a/include/asm-m68knommu/scatterlist.h~m68knommu-scatterlist-add-missing-bracket +++ a/include/asm-m68knommu/scatterlist.h @@ -10,7 +10,7 @@ struct scatterlist { unsigned int length; }; -#define sg_address(sg) (page_address((sg)->page) + (sg)->offset +#define sg_address(sg) (page_address((sg)->page) + (sg)->offset) #define sg_dma_address(sg) ((sg)->dma_address) #define sg_dma_len(sg) ((sg)->length) _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are fix2-gregkh-driver-modules-state.patch git-dvb.patch mips-dbg_io-stray-brackets-fix.patch mtd-rtc_from4-brace-fix.patch sk98lin-debug-build-fix.patch net-smc91x-add-missing-bracket.patch netfilter-remove-broken-macro.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.patch fs-ufs-add-missing-bracket.patch m68knommu-scatterlist-add-missing-bracket.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-fix.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