diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-02-09 11:40:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 12:14:08 -0500 |
commit | bd4f3ae1a1524114f7a8051214bacea2fe7813b8 (patch) | |
tree | fd596cff1db2fb3475717c3b06f6a16114121339 /drivers/net/s2io.c | |
parent | b53449725a9a436fb9cc2f2ef8579368a704db03 (diff) |
[PATCH] trivial s2io annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index 639fbc0f16f3..8646b64994ab 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -7298,7 +7298,7 @@ static void update_L3L4_header(struct s2io_nic *sp, struct lro *lro) | |||
7298 | { | 7298 | { |
7299 | struct iphdr *ip = lro->iph; | 7299 | struct iphdr *ip = lro->iph; |
7300 | struct tcphdr *tcp = lro->tcph; | 7300 | struct tcphdr *tcp = lro->tcph; |
7301 | u16 nchk; | 7301 | __sum16 nchk; |
7302 | struct stat_block *statinfo = sp->mac_control.stats_info; | 7302 | struct stat_block *statinfo = sp->mac_control.stats_info; |
7303 | DBG_PRINT(INFO_DBG,"%s: Been here...\n", __FUNCTION__); | 7303 | DBG_PRINT(INFO_DBG,"%s: Been here...\n", __FUNCTION__); |
7304 | 7304 | ||