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>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Jan 2017 18:10:51 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>, Linux MM <linux-mm@...ck.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     Mel Gorman <mgorman@...e.de>
Subject: [PATCH] mm: fix <linux/pagemap.h> stray kernel-doc notation

From: Randy Dunlap <rdunlap@...radead.org>

Delete stray (second) function description in find_lock_page()
kernel-doc notation.

Fixes: 2457aec63745e ("mm: non-atomically mark page accessed during page cache allocation where possible")

Note: scripts/kernel-doc just ignores the second function description.

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Mel Gorman <mgorman@...e.de>
---
 include/linux/pagemap.h |    1 -
 1 file changed, 1 deletion(-)

--- lnx-410-rc4.orig/include/linux/pagemap.h
+++ lnx-410-rc4/include/linux/pagemap.h
@@ -266,7 +266,6 @@ static inline struct page *find_get_page
 
 /**
  * find_lock_page - locate, pin and lock a pagecache page
- * pagecache_get_page - find and get a page reference
  * @mapping: the address_space to search
  * @offset: the page index
  *

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ