]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix typo in comment about ancillary data
authorArnaldo Carvalho de Melo <acme@kernel.org>
Mon, 26 Apr 2021 12:44:47 +0000 (09:44 -0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Apr 2021 20:04:19 +0000 (13:04 -0700)
commitacd28b0cbc0c88f75ff308b3b9749000790edfe9
treed4400c389496ef0599413a7d28d42e8dca9cc714
parent4061da7a042b6163ff063e012e0226a75f5282ea
net: Fix typo in comment about ancillary data

Ingo sent typo fixes for tools/ and this resulted in a warning when
building the perf/core branch that will be sent upstream in the next
merge window:

  Warning: Kernel ABI header at 'tools/perf/trace/beauty/include/linux/socket.h' differs from latest version at 'include/linux/socket.h'
  diff -u tools/perf/trace/beauty/include/linux/socket.h include/linux/socket.h

Fix the typo on the kernel file to address this.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/socket.h