aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2020-11-02 11:45:10 +0000
committerJakub Kicinski <[email protected]>2020-11-04 00:40:09 +0000
commita8eb1a007cface8c48482d977d5831b273671f39 (patch)
tree0c31587c10adb4755823adf2ec21f4f2d57b1199 /drivers/net/netconsole.c
parentnet: usb: r8152: Fix a couple of spelling errors in fw_phy_nc's docs (diff)
downloadkernel-a8eb1a007cface8c48482d977d5831b273671f39.tar.gz
kernel-a8eb1a007cface8c48482d977d5831b273671f39.zip
net: netconsole: Add description for 'netconsole_target's extended attribute
Fixes the following W=1 kernel build warning(s): drivers/net/netconsole.c:104: warning: Function parameter or member 'extended' not described in 'netconsole_target' Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/netconsole.c')
-rw-r--r--drivers/net/netconsole.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c
index 92001f7af380..ccecba908ded 100644
--- a/drivers/net/netconsole.c
+++ b/drivers/net/netconsole.c
@@ -83,6 +83,7 @@ static struct console netconsole_ext;
* whether the corresponding netpoll is active or inactive.
* Also, other parameters of a target may be modified at
* runtime only when it is disabled (enabled == 0).
+ * @extended: Denotes whether console is extended or not.
* @np: The netpoll structure for this target.
* Contains the other userspace visible parameters:
* dev_name (read-write)