From: Hugh Dickins Date: Tue, 26 Jul 2011 00:12:23 +0000 (-0700) Subject: mm: cleanup descriptions of filler arg X-Git-Tag: v3.1-rc1~241^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5358e7cf48aa079b8761a7d806ad536023745c;p=pandora-kernel.git mm: cleanup descriptions of filler arg The often-NULL data arg to read_cache_page() and read_mapping_page() functions is misdescribed as "destination for read data": no, it's the first arg to the filler function, often struct file * to ->readpage(). Satisfy checkpatch.pl on those filler prototypes, and tidy up the declarations in linux/pagemap.h. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed