]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Cosmetic consolidation of internal message type definitions
authorAllan Stephens <allan.stephens@windriver.com>
Fri, 8 Apr 2011 15:04:15 +0000 (11:04 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:45 +0000 (16:03 -0400)
commit79ef2c810387c0358cc5c2a4df7e6f66b349c845
tree1ed9e3801d403698aa3402d10522fb9adcae5b35
parent6b7a7ac2f15698d42f27180bde1dd3958cf507f0
tipc: Cosmetic consolidation of internal message type definitions

Half of the #define entries in msg.h were down at the bottom
of the header, instead of up at the top before any of the static
inlines etc.   Relocate them up to the top, to be consistent with
the other normal linux header file layout conventions.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/msg.h