]> git.baikalelectronics.ru Git - kernel.git/commit
Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue
authorChihau Chau <chihau@gmail.com>
Thu, 15 Jul 2010 01:27:09 +0000 (18:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jul 2010 01:27:09 +0000 (18:27 -0700)
commit3f0caaf9d62ae1a190c1eb72eab60757e6066d57
tree3247d9dc7247e2b17539ceb82a4c4a8eff7799e7
parenta20f84c4fc54404dce5f3731bac60f264f869170
Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue

This patch fix a code style issue, if a function is exported, the
EXPORT_SYMBOL macro for it should follow immediately after the closing
function brace line.

Signed-off-by: Chihau Chau <chihau@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethernet/pe2.c