diff options
| author | Aya Mahfouz <[email protected]> | 2015-11-17 22:06:40 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-12-21 15:40:18 -0800 |
| commit | 71872e9cc2af4dca1903ebc57daa15f08c795d86 (patch) | |
| tree | bd8adf94bf6fa96760e6bc2fb040615cb06af2c2 /scripts/gdb/linux/symbols.py | |
| parent | d2d32738ded3825a6608e0d34e276c30c96e63b2 (diff) | |
staging: lustre: hash.c: Replace IS_PO2 by is_power_of_2
Replaces IS_PO2 by is_power_of_2. It is more accurate to use
is_power_of_2 since it returns 1 for numbers that are powers
of 2 only whereas IS_PO2 returns 1 for 0 and numbers that are
powers of 2.
Reviewed-by: Andreas Dilger <[email protected]>
Signed-off-by: Aya Mahfouz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
0 files changed, 0 insertions, 0 deletions