Re: [PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Tejun Heo
On Wed, Sep 23, 2015 at 12:34:30PM +0200, Guillaume Gomez wrote: > Signed-off-by: Guillaume Gomez Applied to percpu/for-4.4. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Christoph Lameter
Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Guillaume Gomez
Signed-off-by: Guillaume Gomez --- include/linux/percpu-refcount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/percpu-refcount.h b/include/linux/percpu-refcount.h index 12c9b48..84f542d 100644 --- a/include/linux/percpu-refcount.h +++

[PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Guillaume Gomez
Signed-off-by: Guillaume Gomez --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/device.h b/include/linux/device.h index 5d7bc63..d0823c2 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -477,7 +477,7 @@ static inline

[PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Guillaume Gomez
Signed-off-by: Guillaume Gomez --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/device.h b/include/linux/device.h index 5d7bc63..d0823c2 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@

[PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Guillaume Gomez
Signed-off-by: Guillaume Gomez --- include/linux/percpu-refcount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/percpu-refcount.h b/include/linux/percpu-refcount.h index 12c9b48..84f542d 100644 --- a/include/linux/percpu-refcount.h

Re: [PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Tejun Heo
On Wed, Sep 23, 2015 at 12:34:30PM +0200, Guillaume Gomez wrote: > Signed-off-by: Guillaume Gomez Applied to percpu/for-4.4. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] kernel: Remove unneeded return from void function

2015-09-23 Thread Christoph Lameter
Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/