aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorJoerg Roedel <[email protected]>2012-02-24 13:58:15 +0100
committerH. Peter Anvin <[email protected]>2012-02-24 10:39:27 -0800
commitb893485db994b17402524d3d700b950294cb6c97 (patch)
treefd0c4d145f2cac9bff903ac5ff9ac6f26d759982 /fs/jbd/commit.c
parentd66acc39c7cee323733c8503b9de1821a56dff7e (diff)
bitops: Add missing parentheses to new get_order macro
The new get_order macro introcuded in commit d66acc39c7cee323733c8503b9de1821a56dff7e does not use parentheses around all uses of the parameter n. This causes new compile warnings, for example in the amd_iommu_init.c function: drivers/iommu/amd_iommu_init.c:561:6: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] drivers/iommu/amd_iommu_init.c:561:6: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] Fix those warnings by adding the missing parentheses. Reported-by: Ingo Molnar <[email protected]> Cc: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Joerg Roedel <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions