diff options
| author | Jesse Brandeburg <[email protected]> | 2015-06-04 20:24:02 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2015-07-23 12:33:55 +0000 |
| commit | 41a1d04b9d2006fdac5cab7680cff89915610944 (patch) | |
| tree | 283fc1e4281dfc7954f7ab0f60edf2f53db0ebf0 /net/tipc/socket.c | |
| parent | i40e: clean up error status messages (diff) | |
| download | kernel-41a1d04b9d2006fdac5cab7680cff89915610944.tar.gz kernel-41a1d04b9d2006fdac5cab7680cff89915610944.zip | |
i40e: use BIT and BIT_ULL macros
Use macros for abstracting (1 << foo) to BIT(foo)
and (1ULL << foo64) to BIT_ULL(foo64) in order to match
better with kernel requirements.
NOTE: the adminq_cmd.h file was not modified on purpose because
of the dependency upon firmware for that file.
Change-ID: I73ee2e48c880d671948aad19bd53ca6b2ac558fc
Signed-off-by: Jesse Brandeburg <[email protected]>
Signed-off-by: Catherine Sullivan <[email protected]>
Tested-by: Jim Young <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/tipc/socket.c')
0 files changed, 0 insertions, 0 deletions
