All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7][TRIVIAL][resend] trivial patches
@ 2012-06-15 13:21 ` Wanpeng Li
  0 siblings, 0 replies; 6+ messages in thread
From: Wanpeng Li @ 2012-06-15 13:21 UTC (permalink / raw)
  To: trivial
  Cc: Benjamin Herrenschmidt, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin, x86, 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,
	linux-kernel, linux-pci, linux-mm, cgroups, Wanpeng Li

From: Wanpeng Li <liwp@linux.vnet.ibm.com>

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 <liwp.linux@gmail.com>
--
 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/7][TRIVIAL][resend] trivial patches
@ 2012-06-15 13:21 ` Wanpeng Li
  0 siblings, 0 replies; 6+ messages in thread
From: Wanpeng Li @ 2012-06-15 13:21 UTC (permalink / raw)
  To: trivial
  Cc: Christoph Lameter, Srikar Dronamraju, linux-pci, Jesse Barnes,
	David Howells, Paul Gortmaker, H. Peter Anvin, Larry Woodman,
	Andrea Arcangeli, Stephen Rothwell, Gavin Shan, x86,
	Hugh Dickins, Ingo Molnar, KOSAKI Motohiro, Jan Kiszka,
	Nishanth Aravamudan, Wanpeng Li, Peter Zijlstra, Mel Gorman,
	Jason Wessel, Al Viro, Bjorn Helgaas, cgroups, Thomas Gleixner,
	KAMEZAWA Hiroyuki, Michal Hocko, linux-mm, linux-kernel,
	Milton Miller, Minchan Kim, Li Zefan, Johannes Weiner, Tejun Heo,
	David Rientjes, Andrew Morton, linuxppc-dev

From: Wanpeng Li <liwp@linux.vnet.ibm.com>

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 <liwp.linux@gmail.com>
--
 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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/7][TRIVIAL][resend] trivial patches
@ 2012-06-15 13:21 ` Wanpeng Li
  0 siblings, 0 replies; 6+ messages in thread
From: Wanpeng Li @ 2012-06-15 13:21 UTC (permalink / raw)
  To: trivial
  Cc: Benjamin Herrenschmidt, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin, x86, 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 <liwp@linux.vnet.ibm.com>

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 <liwp.linux@gmail.com>
--
 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/7][TRIVIAL][resend] trivial patches
  2012-06-15 13:21 ` Wanpeng Li
  (?)
@ 2012-06-18  1:16   ` Michael Ellerman
  -1 siblings, 0 replies; 6+ messages in thread
From: Michael Ellerman @ 2012-06-18  1:16 UTC (permalink / raw)
  To: Wanpeng Li
  Cc: trivial, Christoph Lameter, Srikar Dronamraju, linux-pci,
	Jesse Barnes, David Howells, Paul Gortmaker, H. Peter Anvin,
	Larry Woodman, Andrea Arcangeli, Stephen Rothwell, Gavin Shan,
	x86, Hugh Dickins, Ingo Molnar, KOSAKI Motohiro, Jan Kiszka,
	Nishanth Aravamudan, Peter Zijlstra, Mel Gorman, Jason Wessel,
	Al Viro, Bjorn Helgaas, cgroups, Thomas Gleixner,
	KAMEZAWA Hiroyuki, Michal Hocko, linux-mm, linux-kernel,
	Milton Miller, Minchan Kim, Li Zefan, Johannes Weiner, Tejun Heo,
	David Rientjes, Andrew Morton, linuxppc-dev

On Fri, 2012-06-15 at 21:21 +0800, Wanpeng Li wrote:
> From: Wanpeng Li <liwp@linux.vnet.ibm.com>
> 
> 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/7][TRIVIAL][resend] trivial patches
@ 2012-06-18  1:16   ` Michael Ellerman
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Ellerman @ 2012-06-18  1:16 UTC (permalink / raw)
  To: Wanpeng Li
  Cc: Christoph Lameter, Srikar Dronamraju, linux-pci, Jesse Barnes,
	David Howells, Paul Gortmaker, H. Peter Anvin, Larry Woodman,
	Andrea Arcangeli, Stephen Rothwell, Gavin Shan, x86,
	Hugh Dickins, Ingo Molnar, KOSAKI Motohiro, Jan Kiszka,
	Nishanth Aravamudan, Peter Zijlstra, Mel Gorman, Johannes Weiner,
	Al Viro, Bjorn Helgaas, cgroups, Thomas Gleixner,
	KAMEZAWA Hiroyuki, Michal Hocko, trivial, linux-mm, linux-kernel,
	Milton Miller, Minchan Kim, Li Zefan, Jason Wessel, Tejun Heo,
	David Rientjes, Andrew Morton, linuxppc-dev

On Fri, 2012-06-15 at 21:21 +0800, Wanpeng Li wrote:
> From: Wanpeng Li <liwp@linux.vnet.ibm.com>
> 
> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/7][TRIVIAL][resend] trivial patches
@ 2012-06-18  1:16   ` Michael Ellerman
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Ellerman @ 2012-06-18  1:16 UTC (permalink / raw)
  To: Wanpeng Li
  Cc: trivial, Christoph Lameter, Srikar Dronamraju, linux-pci,
	Jesse Barnes, David Howells, Paul Gortmaker, H. Peter Anvin,
	Larry Woodman, Andrea Arcangeli, Stephen Rothwell, Gavin Shan,
	x86, Hugh Dickins, Ingo Molnar, KOSAKI Motohiro, Jan Kiszka,
	Nishanth Aravamudan, Peter Zijlstra, Mel Gorman, Jason Wessel,
	Al Viro, Bjorn Helgaas, cgroups, Thomas

On Fri, 2012-06-15 at 21:21 +0800, Wanpeng Li wrote:
> From: Wanpeng Li <liwp@linux.vnet.ibm.com>
> 
> 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-18  1:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15 13:21 [PATCH 0/7][TRIVIAL][resend] trivial patches Wanpeng Li
2012-06-15 13:21 ` Wanpeng Li
2012-06-15 13:21 ` Wanpeng Li
2012-06-18  1:16 ` Michael Ellerman
2012-06-18  1:16   ` Michael Ellerman
2012-06-18  1:16   ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.