X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Foverflow.h;h=0f12345c21fb58430ea93884c4ad5f4688ad7d18;hb=ce4c8f882041341cbb3f1b4632b20440692cbccc;hp=ef74051d5cfed5769d1dcb4786ce6392bf654588;hpb=73686e787b495a85551e2e99c459adde6836eb31;p=linux-2.6-microblaze.git diff --git a/include/linux/overflow.h b/include/linux/overflow.h index ef74051d5cfe..0f12345c21fb 100644 --- a/include/linux/overflow.h +++ b/include/linux/overflow.h @@ -235,7 +235,7 @@ static inline bool __must_check __must_check_overflow(bool overflow) * - 'a << s' sets the sign bit, if any, in '*d'. * * '*d' will hold the results of the attempted shift, but is not - * considered "safe for use" if false is returned. + * considered "safe for use" if true is returned. */ #define check_shl_overflow(a, s, d) __must_check_overflow(({ \ typeof(a) _a = a; \