commit | 54874868585ffa5d73d7ab8a5a32ea7dcdec1441 | [log] [tgz] |
---|---|---|
author | Chihau Chau <chihau@gmail.com> | Wed Jul 14 18:27:09 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 14 18:27:09 2010 -0700 |
tree | 3247d9dc7247e2b17539ceb82a4c4a8eff7799e7 | |
parent | 79236680bde29913dc6bfaf9165973b74223d5f7 [diff] |
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>