https://github.com/torvalds/linux
Revision 3f2686a2665b4d06753b602fe394b5d87bc7f279 authored by Dan Carpenter on 16 September 2015, 16:02:54 UTC, committed by Doug Ledford on 18 September 2015, 15:28:47 UTC
I added spaces around operators so it matches kernel style because
normally "-1ULL" is a number and " - 1" is a subtract operation.  Also
removed some superflous "ULL" types so "1ULL" becomes "1".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent ebe6b2e
History
Tip revision: 3f2686a2665b4d06753b602fe394b5d87bc7f279 authored by Dan Carpenter on 16 September 2015, 16:02:54 UTC
IB/hfi1: clean up some defines
Tip revision: 3f2686a
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 5.3 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.7 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 314.1 KB
Makefile -rw-r--r-- 53.3 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top