diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2013-04-23 03:40:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-23 13:09:33 -0400 |
commit | 1d5085cbab8c9fba727567102b104f06f2064b36 (patch) | |
tree | f043fe34f437aff844225aedceaa93f63fbf69c6 /net/netlink | |
parent | 0c501345ce24983d234fc913e7e81b6abe59cb54 (diff) |
netlink: fix typo in net/netlink/af_netlink.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
-rw-r--r-- | net/netlink/af_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 2a3e9ba814c4..da5601d13a7f 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -381,7 +381,7 @@ static void netlink_frame_flush_dcache(const struct nl_mmap_hdr *hdr) | |||
381 | 381 | ||
382 | /* First page is flushed through netlink_{get,set}_status */ | 382 | /* First page is flushed through netlink_{get,set}_status */ |
383 | p_start = pgvec_to_page(hdr + PAGE_SIZE); | 383 | p_start = pgvec_to_page(hdr + PAGE_SIZE); |
384 | p_end = pgvec_to_page((void *)hdr + NL_MMAP_MSG_HDRLEN + hdr->nm_len - 1); | 384 | p_end = pgvec_to_page((void *)hdr + NL_MMAP_HDRLEN + hdr->nm_len - 1); |
385 | while (p_start <= p_end) { | 385 | while (p_start <= p_end) { |
386 | flush_dcache_page(p_start); | 386 | flush_dcache_page(p_start); |
387 | p_start++; | 387 | p_start++; |