lkml.org 
[lkml]   [2010]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 3/4] replace the old non generic API
Date
From: Stefani Seibold <stefani@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@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


\
 
 \ /
  Last update: 2010-05-12 10:53    [W:0.088 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site