stddef.h: move offsetofend inside #ifndef/#endif guard, neaten
authorJoe Perches <joe@perches.com>
Thu, 25 Jun 2015 22:01:16 +0000 (15:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <joe@perches.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/stddef.h