linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] fs/proc/kcore.c: make a function static
@ 2005-02-24 23:36 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-02-24 23:36 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 8 Jan 2005

--- linux-2.6.10-mm2-full/fs/proc/kcore.c.old	2005-01-08 17:13:25.000000000 +0100
+++ linux-2.6.10-mm2-full/fs/proc/kcore.c	2005-01-08 17:13:37.000000000 +0100
@@ -97,7 +97,7 @@
 /*
  * determine size of ELF note
  */
-int notesize(struct memelfnote *en)
+static int notesize(struct memelfnote *en)
 {
 	int sz;
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] fs/proc/kcore.c: make a function static
@ 2005-01-08 22:02 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-01-08 22:02 UTC (permalink / raw)
  To: linux-kernel

The patch below makes a needlessly global function static.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-mm2-full/fs/proc/kcore.c.old	2005-01-08 17:13:25.000000000 +0100
+++ linux-2.6.10-mm2-full/fs/proc/kcore.c	2005-01-08 17:13:37.000000000 +0100
@@ -97,7 +97,7 @@
 /*
  * determine size of ELF note
  */
-int notesize(struct memelfnote *en)
+static int notesize(struct memelfnote *en)
 {
 	int sz;
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-24 23:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-24 23:36 [2.6 patch] fs/proc/kcore.c: make a function static Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-01-08 22:02 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).