lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 3 Feb 2008 15:06:07 -0800 (PST)
From:	"Randy.Dunlap" <rdunlap@...otime.net>
To:	linux-kernel@...r.kernel.org
cc:	tglx@...utronix.de, mingo@...hat.com, akpm@...ux-foundation.org,
	hpa@...or.com
Subject: [PATCH 3/8] kernel-doc: fix mtrr warning

From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ