commit | bef04d162c52bd7e0b98ba5ee3f904e6556c6551 | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Wed Jul 22 17:32:10 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:08:39 2020 -0700 |
tree | 63f780f3b0c1d3959bf2e0778a7faeac2a2119e5 | |
parent | 0864e331fd53fec3933b99beeb7b1136b14efc63 [diff] |
l2tp: add identifier name in function pointer prototype Reported by checkpatch: "WARNING: function definition argument 'struct sock *' should also have an identifier name" Add an identifier name to help document the prototype. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>