linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/8] kernel-doc: fix mtrr warning
@ 2008-02-03 23:06 Randy.Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy.Dunlap @ 2008-02-03 23:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: tglx, mingo, akpm, hpa

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix mtrr kernel-doc warning:
Warning(linux-2.6.24-git12//arch/x86/kernel/cpu/mtrr/main.c:677): No description found for parameter 'end_pfn'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
  arch/x86/kernel/cpu/mtrr/main.c |    1 +
  1 file changed, 1 insertion(+)

--- linux-2.6.24-git12.orig/arch/x86/kernel/cpu/mtrr/main.c
+++ linux-2.6.24-git12/arch/x86/kernel/cpu/mtrr/main.c
@@ -665,6 +665,7 @@ static __init int amd_special_default_mt

  /**
   * mtrr_trim_uncached_memory - trim RAM not covered by MTRRs
+ * @end_pfn: ending page frame number
   *
   * Some buggy BIOSes don't setup the MTRRs properly for systems with certain
   * memory configurations.  This routine checks that the highest MTRR matches

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-03 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-03 23:06 [PATCH 3/8] kernel-doc: fix mtrr warning Randy.Dunlap

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).