浏览代码

net: Fix missing kernel-doc notation

Fix the following htmldocs warning:

  Warning(net/core/dev.c:5378): bad line:

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jaswinder Singh Rajput 15 年之前
父节点
当前提交
6ebfbc0656
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/core/dev.c

+ 1 - 1
net/core/dev.c

@@ -5375,7 +5375,7 @@ EXPORT_SYMBOL(synchronize_net);
  *	unregister_netdevice_queue - remove device from the kernel
  *	unregister_netdevice_queue - remove device from the kernel
  *	@dev: device
  *	@dev: device
  *	@head: list
  *	@head: list
-
+ *
  *	This function shuts down a device interface and removes it
  *	This function shuts down a device interface and removes it
  *	from the kernel tables.
  *	from the kernel tables.
  *	If head not NULL, device is queued to be unregistered later.
  *	If head not NULL, device is queued to be unregistered later.