dev_ioctl: fix a W=1 warning
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 24 Mar 2023 22:11:49 +0000 (23:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Mar 2023 08:32:21 +0000 (09:32 +0100)
commite5b42483ccce50d5b957f474fd332afd4ef0c27b
tree2232ec3c2d53735c970f792629117c48ca8af1e0
parent4228c3a23adc3a4369ecf7329af34ba753be3594
dev_ioctl: fix a W=1 warning

This fixes the following warning when compiled with GCC 12.2.0 and W=1.

net/core/dev_ioctl.c:475: warning: Function parameter or member 'data'
not described in 'dev_ioctl'

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev_ioctl.c