Prev: [PATCH 1/4] fix kfifo miss use of nozami.c
Next: Your Mail Box Quota Has Exceeded The Set Limit
From: stefani on 20 Apr 2010 16:10 From: Stefani Seibold <stefani(a)seibold.net> This patch simple replace the whole kfifo.c and kfifo.h files by the new generic version and fix the kerneldoc API template file. Signed-off-by: Stefani Seibold <stefani(a)seibold.net> --- Documentation/DocBook/kernel-api.tmpl | 1 - include/linux/{kfifo-new.h => kfifo.h} | 0 kernel/{kfifo-new.c => kfifo.c} | 0 3 files changed, 0 insertions(+), 1 deletions(-) rename include/linux/{kfifo-new.h => kfifo.h} (100%) rename kernel/{kfifo-new.c => kfifo.c} (100%) diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 44b3def..a20c6f6 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -132,7 +132,6 @@ X!Ilib/string.c <title>FIFO Buffer</title> <sect1><title>kfifo interface</title> !Iinclude/linux/kfifo.h -!Ekernel/kfifo.c </sect1> </chapter> diff --git a/include/linux/kfifo-new.h b/include/linux/kfifo.h similarity index 100% rename from include/linux/kfifo-new.h rename to include/linux/kfifo.h diff --git a/kernel/kfifo-new.c b/kernel/kfifo.c similarity index 100% rename from kernel/kfifo-new.c rename to kernel/kfifo.c -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 1/4] fix kfifo miss use of nozami.c Next: Your Mail Box Quota Has Exceeded The Set Limit |