Commit 20a88ed0 authored by Sam Ravnborg's avatar Sam Ravnborg

docbook: Move definition of MODULENAME_SIZE

The location between the comment and the prototype confused kernel-doc.
Kernel-doc requires the prototype to follow after the comment section.
parent 78a34380
......@@ -58,9 +58,9 @@ char modprobe_path[256] = "/sbin/modprobe";
* If module auto-loading support is disabled then this function
* becomes a no-operation.
*/
#define MODULENAME_SIZE 32
int request_module(const char *fmt, ...)
{
#define MODULENAME_SIZE 32
va_list args;
char module_name[MODULENAME_SIZE];
unsigned int max_modprobes;
......
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