From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx198.postini.com [74.125.245.198]) by kanga.kvack.org (Postfix) with SMTP id 2AC8F6B009D for ; Fri, 15 Jun 2012 09:21:57 -0400 (EDT) Received: by pbbrp2 with SMTP id rp2so6482305pbb.14 for ; Fri, 15 Jun 2012 06:21:56 -0700 (PDT) From: Wanpeng Li Subject: [PATCH 0/7][TRIVIAL][resend] trivial patches Date: Fri, 15 Jun 2012 21:21:39 +0800 Message-Id: <1339766499-7891-1-git-send-email-liwp.linux@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: trivial@kernel.org Cc: Benjamin Herrenschmidt , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Bjorn Helgaas , Johannes Weiner , Michal Hocko , Balbir Singh , KAMEZAWA Hiroyuki , Tejun Heo , Li Zefan , Christoph Lameter , Paul Gortmaker , Jesse Barnes , Milton Miller , Nishanth Aravamudan , Stephen Rothwell , Peter Zijlstra , Jason Wessel , Jan Kiszka , David Howells , Srikar Dronamraju , Andrew Morton , Mel Gorman , Minchan Kim , Gavin Shan , Al Viro , Andrea Arcangeli , David Rientjes , KOSAKI Motohiro , Larry Woodman , Hugh Dickins , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, Wanpeng Li From: Wanpeng Li Since these patches has already send more than one week and doesn't get any response, I collect them and send out a patch set. Wanpeng Li (7) powerpc: cleanup some kernel doc warning x86/kernel: cleanup some kernel doc warning drivers/pci: cleanup some kernel doc warning mm: cleanup on the comments of zone_reclaim_stat mm: cleanup some kernel doc warning mm: cleanup page relaim comment error mm/memory.c: cleanup coding style issue Signed-off-by: Wanpeng Li -- arch/powerpc/kernel/pci_of_scan.c | 1 - arch/powerpc/kernel/vio.c | 6 +++--- arch/x86/kernel/kgdb.c | 8 ++++---- arch/x86/kernel/uprobes.c | 2 +- drivers/pci/setup-bus.c | 2 +- include/linux/mmzone.h | 2 +- mm/memblock.c | 12 ++++++------ mm/memcontrol.c | 4 ++-- mm/memory.c | 3 ++- mm/oom_kill.c | 2 +- mm/page_cgroup.c | 4 ++-- mm/pagewalk.c | 1 - mm/percpu-vm.c | 1 - mm/vmscan.c | 3 ++- 14 files changed, 25 insertions(+), 26 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org