[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200611301002.56569.m.kozlowski@tuxland.pl>
Date: Thu, 30 Nov 2006 10:02:56 +0100
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: Daniel Pirkl <daniel.pirkl@...il.cz>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] fs: ufs add missing bracket
Hello,
This patch adds missing bracket.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
fs/ufs/util.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.19-rc6-mm2-a/fs/ufs/util.h 2006-11-30 09:52:14.000000000 +0100
+++ linux-2.6.19-rc6-mm2-b/fs/ufs/util.h 2006-11-30 09:52:37.000000000 +0100
@@ -299,7 +299,7 @@ static inline void *get_usb_offset(struc
#define ubh_get_addr16(ubh,begin) \
(((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
- ((begin) & (uspi->fsize>>1) - 1)))
+ ((begin) & ((uspi->fsize>>1) - 1)))
#define ubh_get_addr32(ubh,begin) \
(((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
--
Regards,
Mariusz Kozlowski
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists