Skip to content

Commit dc1e764

Browse files
committed
tools headers UAPI: Sync the linux/in.h with the kernel sources
Picking the changes from: 70d0bb4 ("net: Correct spelling in headers") Just a comment fix, addressing this perf build warning: Warning: Kernel ABI header differences: diff -u tools/include/uapi/linux/in.h include/uapi/linux/in.h Please see tools/include/uapi/README for details. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/lkml/ZvrNlLdtXAZ1sIIj@x1 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent c94cd95 commit dc1e764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/include/uapi/linux

tools/include/uapi/linux/in.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct in_addr {
141141
*/
142142
#define IP_PMTUDISC_INTERFACE 4
143143
/* weaker version of IP_PMTUDISC_INTERFACE, which allows packets to get
144-
* fragmented if they exeed the interface mtu
144+
* fragmented if they exceed the interface mtu
145145
*/
146146
#define IP_PMTUDISC_OMIT 5
147147

0 commit comments

Comments
 (0)