stddef.h: move offsetofend inside #ifndef/#endif guard, neaten
authorJoe Perches <[email protected]>
Thu, 25 Jun 2015 22:01:16 +0000 (15:01 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Jun 2015 00:00:38 +0000 (17:00 -0700)
commit8c7fbe5795a016259445a61e072eb0118aaf6a61
tree7552959ca062b53e8865635faf2c2dcefb1834f8
parent4d5b367ca45e91fe33d0608666733a1cce5a8f5d
stddef.h: move offsetofend inside #ifndef/#endif guard, neaten

Commit 3876488444e7 ("include/stddef.h: Move offsetofend() from vfio.h
to a generic kernel header") added offsetofend outside the normal
include #ifndef/#endif guard.  Move it inside.

Miscellanea:

o remove unnecessary blank line
o standardize offsetof macros whitespace style

Signed-off-by: Joe Perches <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/stddef.h