net: Tiny comment fix
Change-Id: I9fff6651be90f74eaaccdc082b14997b8e55565d Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
82a6e963f4
commit
8d36162929
|
@ -89,7 +89,7 @@ static inline void stats(void)
|
|||
GET_STAT(ipv4.sent),
|
||||
GET_STAT(ipv4.drop),
|
||||
GET_STAT(ipv4.forwarded));
|
||||
#endif /* CONFIG_NET_IPV6 */
|
||||
#endif /* CONFIG_NET_IPV4 */
|
||||
|
||||
PRINT_STAT("IP vhlerr %d\thblener\t%d\tlblener\t%d\n",
|
||||
GET_STAT(ip_errors.vhlerr),
|
||||
|
|
Loading…
Reference in a new issue