]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcb43d1410115f765f9114730144f182c8b811e19
tree7552959ca062b53e8865635faf2c2dcefb1834f8
parent7591d0f8dfc451b5b6040f5393150009f5d431f9
stddef.h: move offsetofend inside #ifndef/#endif guard, neaten

Commit 5c0a58982651 ("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