All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] docbook: make mtd nand module init static
@ 2010-05-24  0:02 Randy Dunlap
  2010-05-24  0:02 ` [PATCH 5/9] Documentation/vm: use better value for MAP_HUGETLB Randy Dunlap
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Randy Dunlap @ 2010-05-24  0:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: H Hartley Sweeten, David Woodhouse

From: H Hartley Sweeten <hsweeten@visionengravers.com>

In the example the module_init function should be static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Woodhouse <dwmw2@infradead.org>
---
 Documentation/DocBook/mtdnand.tmpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-2634-docs.orig/Documentation/DocBook/mtdnand.tmpl
+++ lnx-2634-docs/Documentation/DocBook/mtdnand.tmpl
@@ -269,7 +269,7 @@ static void board_hwcontrol(struct mtd_i
 			information about the device.
 		</para>
 		<programlisting>
-int __init board_init (void)
+static int __init board_init (void)
 {
 	struct nand_chip *this;
 	int err = 0;


-- 


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

end of thread, other threads:[~2010-05-24  0:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24  0:02 [PATCH 1/9] docbook: make mtd nand module init static Randy Dunlap
2010-05-24  0:02 ` [PATCH 5/9] Documentation/vm: use better value for MAP_HUGETLB Randy Dunlap
2010-05-24  0:02 ` [PATCH 3/9] Documentation/development-process: add staging & mmotm info Randy Dunlap
2010-05-24  0:02 ` [PATCH 7/9] scsi_scan.c: fix/convert functions to use kernel-doc Randy Dunlap
2010-05-24  0:02 ` [PATCH 8/9] fusion: fix kernel-doc notation Randy Dunlap
2010-05-24  0:02 ` [PATCH 4/9] Documentation/timers/hpet_example: drop duplicate header files Randy Dunlap
2010-05-24  0:02 ` [PATCH 6/9] scsi: update torque.net references to current location Randy Dunlap
2010-05-24  0:02 ` [PATCH 2/9] Documentation/development-process: add maintainers and git info Randy Dunlap
2010-05-24  0:02 ` [PATCH 9/9] Documentation: update SubmitChecklist for O=objdir and kconfig testing Randy Dunlap
2010-05-24  0:10 ` [PATCH 1/9] docbook: make mtd nand module init static Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.