Skip to content

Commit 2fa3fc9

Browse files
committed
tools headers UAPI: update linux/in.h copy
To get the changes from: 645f089 ("net: Fix some comments") That don't cause any changes in tooling, its just a typo fix. This silences this tools/perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/in.h' differs from latest version at 'include/uapi/linux/in.h' diff -u tools/include/uapi/linux/in.h include/uapi/linux/in.h Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David S. Miller <davem@davemloft.net> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Miaohe Lin <linmiaohe@huawei.com> Cc: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 8d761d2 commit 2fa3fc9

File tree

1 file changed

+1
-1
lines changed
  • tools/include/uapi/linux

1 file changed

+1
-1
lines changed

tools/include/uapi/linux/in.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct in_addr {
135135
* this socket to prevent accepting spoofed ones.
136136
*/
137137
#define IP_PMTUDISC_INTERFACE 4
138-
/* weaker version of IP_PMTUDISC_INTERFACE, which allos packets to get
138+
/* weaker version of IP_PMTUDISC_INTERFACE, which allows packets to get
139139
* fragmented if they exeed the interface mtu
140140
*/
141141
#define IP_PMTUDISC_OMIT 5

0 commit comments

Comments
 (0)