From: "G.Balaji" <redacted>
Date: Sun, 27 Mar 2011 14:18:30 +0530
Signed-off-by: G.Balaji <redacted>
The tg3.c case was already taken care of by another patch
submission, please resend this patch with just the other
portion and please write a better commit message.
"Change in inline keyword usage" doesn't tell us anything.
What are you changing? Why are you changing it? What subsystem
are you making these changes in?
F.e. a better submission would be:
--------------------
Subject: [PATCH] drivers net: Fix declaration ordering in inline functions.
It should be "static inline foo" instead of "static foo inline."
Signed-off-by: ...
--------------------