Commit a023cd55 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Kill some 'No description found...' warnings. (kernel-api.sgml)

From: Alexey Dobriyan <adobriyan@mail.ru>

Fix various kernel-doc parameters.
parent 72468a40
......@@ -1142,7 +1142,7 @@ static inline void __generic_unplug_device(request_queue_t *q)
/**
* generic_unplug_device - fire a request queue
* @data: The &request_queue_t in question
* @q: The &request_queue_t in question
*
* Description:
* Linux uses plugging to build bigger requests queues before letting
......
......@@ -445,8 +445,8 @@ void * memset(void * s,int c,size_t count)
#ifndef __HAVE_ARCH_BCOPY
/**
* bcopy - Copy one area of memory to another
* @src: Where to copy from
* @dest: Where to copy to
* @srcp: Where to copy from
* @destp: Where to copy to
* @count: The size of the area.
*
* Note that this is the same as memcpy(), with the arguments reversed.
......
......@@ -785,7 +785,7 @@ int dev_alloc_name(struct net_device *dev, const char *name)
/**
* dev_change_name - change name of a device
* @dev: device
* @name: name (or format string) must be at least IFNAMSIZ
* @newname: name (or format string) must be at least IFNAMSIZ
*
* Change name of a device, can pass format strings "eth%d".
* for wildcarding.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment