From mboxrd@z Thu Jan 1 00:00:00 1970 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> Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=mJNKTIu1aH1rcU860lCRO3kex3ceZzwjp4EmA/W0OWo=; b=KPWTwcuKafx65bcIviT3t5PLhllecJ5eBHB4VtDtjI3b+GkAQDK02Ztu1lFGCktZby KwKZEyjHOx9gR9zSKTPttQ4UCdoVWsxR1yH0xWbeLFUxpVTjy4hY5khRSnYhkprNSJKo eoJg+Nk2WIuR7lOHiYi+enV0zInM2uWTeGqPlq8aUTRrfhKUBzCtJ3M5AsTtQ/fhlbrp VYG7S+oUvInZDaXTkBkMyJk8jwJ1AAHOaEDl0bFAFQiUd8OiA8l+W4HovXIAdDNuazS8 LcGg5gvEM6pVp0a9xKkpi4ycHv6P614iWfnwUJnSu5rCek0OUmIO6T1GyC2BF6pv6Jtt RVyg== Sender: owner-linux-mm@kvack.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [PATCH 0/7][TRIVIAL][resend] trivial patches Date: Mon, 18 Jun 2012 11:16:28 +1000 Message-ID: <1339982188.28108.3.camel@concordia> References: <1339766499-7891-1-git-send-email-liwp.linux@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1339766499-7891-1-git-send-email-liwp.linux@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Wanpeng Li Cc: trivial@kernel.org, Christoph Lameter , Srikar Dronamraju , linux-pci@vger.kernel.org, Jesse Barnes , David Howells , Paul Gortmaker , "H. Peter Anvin" , Larry Woodman , Andrea Arcangeli , Stephen Rothwell , Gavin Shan , x86@kernel.org, Hugh Dickins , Ingo Molnar , KOSAKI Motohiro , Jan Kiszka , Nishanth Aravamudan , Peter Zijlstra , Mel Gorman , Jason Wessel , Al Viro , Bjorn Helgaas , cgroups@vger.kernel.org, Thomas On Fri, 2012-06-15 at 21:21 +0800, Wanpeng Li wrote: > 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. These patches are all trivial cleanups, so I would not expect to get any response. Just look to see if they appear in the -next branches of the various maintainers before the next merge window, ie. in the next few weeks. If they haven't been picked up before the next merge window, then you should resend them. cheers -- 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