OSDN Git Service

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)
commit92138d1f254d58b818e7c3b91a1967cf57d374b5
tree1ed9e3801d403698aa3402d10522fb9adcae5b35
parent19f53d2cef97506364638c647a3aa11291819896
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