tipc: Standardize error checking on incoming messages via native API
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 5 Jun 2008 00:28:45 +0000 (17:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2008 00:28:45 +0000 (17:28 -0700)
commit5307e46957e76d71f02d2d736030ad92cdb3dd8c
treed6eeeaff687f2c15f4d07441a8c79d951407707e
parent84b07c1638c36ae937d4930b467001a0d22904e5
tipc: Standardize error checking on incoming messages via native API

This patch re-orders & re-groups the error checks performed on
messages being delivered to native API ports, in order to clarify the
similarities and differences required for the various message types.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/port.c