summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-12-14 09:28:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-14 09:43:02 +0100
commitf522d42597ad0db4abb09c4376f8ad4acc10963b (patch)
tree57e00da1118511f4b377a47ecaedfa16b80b92c4 /arch/arm/mach-omap
parente2b4a792f8751d906d17b7ae343952f78dc41d67 (diff)
downloadbarebox-f522d42597ad0db4abb09c4376f8ad4acc10963b.tar.gz
barebox-f522d42597ad0db4abb09c4376f8ad4acc10963b.tar.xz
Some doxygen related fixes
Nishanth Menon wrote: > no signed off by and no diffstat? Ups. > can you use git-format-patch to send please? it is easier to review. Sure. Here it comes: jbe ------8<---------8<---------8<---------8<---------8<---------8<---- Subject: [PATCH] Some doxygen related fixes: - fix a few doxygen comments that are used in a wrong way - move some pages and their content to a better place in the generated documentation Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/syslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/syslib.c b/arch/arm/mach-omap/syslib.c
index 4f70abcd53..2b25dc153c 100644
--- a/arch/arm/mach-omap/syslib.c
+++ b/arch/arm/mach-omap/syslib.c
@@ -40,7 +40,7 @@
*
* Will be constant time as its generally used in bypass conditions only.
* This is necessary until timers are accessible. if you need timed delays
- * use @ref mdelay or @udelay instead
+ * use @ref mdelay or @ref udelay instead
*
* @param[in] loops number of loops
*