Re: [PATCH 0/3] kdbus: minor readability improvements

2015-06-18 Thread Greg Kroah-Hartman
On Wed, Jun 17, 2015 at 08:14:55PM +0300, Sergei Zviagintsev wrote:
> Little improvements to make things easier to read.
> 
> Sergei Zviagintsev (3):
>   kdbus: kdbus_reply_find(): return on found entry
>   kdbus: optimize error path in kdbus_reply_new()
>   kdbus: optimize if statements in kdbus_conn_disconnect()
> 
>  ipc/kdbus/connection.c | 15 +++
>  ipc/kdbus/reply.c  | 22 +-
>  2 files changed, 16 insertions(+), 21 deletions(-)

All applied, thanks.

greg k-h
--
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/


Re: [PATCH 0/3] kdbus: minor readability improvements

2015-06-18 Thread Greg Kroah-Hartman
On Wed, Jun 17, 2015 at 08:14:55PM +0300, Sergei Zviagintsev wrote:
 Little improvements to make things easier to read.
 
 Sergei Zviagintsev (3):
   kdbus: kdbus_reply_find(): return on found entry
   kdbus: optimize error path in kdbus_reply_new()
   kdbus: optimize if statements in kdbus_conn_disconnect()
 
  ipc/kdbus/connection.c | 15 +++
  ipc/kdbus/reply.c  | 22 +-
  2 files changed, 16 insertions(+), 21 deletions(-)

All applied, thanks.

greg k-h
--
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/


Re: [PATCH 0/3] kdbus: minor readability improvements

2015-06-17 Thread Djalal Harouni
On Wed, Jun 17, 2015 at 08:14:55PM +0300, Sergei Zviagintsev wrote:
> Little improvements to make things easier to read.
> 
> Sergei Zviagintsev (3):
>   kdbus: kdbus_reply_find(): return on found entry
>   kdbus: optimize error path in kdbus_reply_new()
>   kdbus: optimize if statements in kdbus_conn_disconnect()
All three patches:

Reviewed-by: Djalal Harouni 

Thanks!

>  ipc/kdbus/connection.c | 15 +++
>  ipc/kdbus/reply.c  | 22 +-
>  2 files changed, 16 insertions(+), 21 deletions(-)
> 
> -- 
> 1.8.3.1
> 

-- 
Djalal Harouni
http://opendz.org
--
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/


Re: [PATCH 0/3] kdbus: minor readability improvements

2015-06-17 Thread Djalal Harouni
Hi,

On Wed, Jun 17, 2015 at 08:14:55PM +0300, Sergei Zviagintsev wrote:
> Little improvements to make things easier to read.
> 
> Sergei Zviagintsev (3):
>   kdbus: kdbus_reply_find(): return on found entry
>   kdbus: optimize error path in kdbus_reply_new()
>   kdbus: optimize if statements in kdbus_conn_disconnect()
Thanks for the patches! all good.


>  ipc/kdbus/connection.c | 15 +++
>  ipc/kdbus/reply.c  | 22 +-
>  2 files changed, 16 insertions(+), 21 deletions(-)
> 
> -- 
> 1.8.3.1
> 

-- 
Djalal Harouni
http://opendz.org
--
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 0/3] kdbus: minor readability improvements

2015-06-17 Thread Sergei Zviagintsev
Little improvements to make things easier to read.

Sergei Zviagintsev (3):
  kdbus: kdbus_reply_find(): return on found entry
  kdbus: optimize error path in kdbus_reply_new()
  kdbus: optimize if statements in kdbus_conn_disconnect()

 ipc/kdbus/connection.c | 15 +++
 ipc/kdbus/reply.c  | 22 +-
 2 files changed, 16 insertions(+), 21 deletions(-)

-- 
1.8.3.1

--
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/


Re: [PATCH 0/3] kdbus: minor readability improvements

2015-06-17 Thread Djalal Harouni
Hi,

On Wed, Jun 17, 2015 at 08:14:55PM +0300, Sergei Zviagintsev wrote:
 Little improvements to make things easier to read.
 
 Sergei Zviagintsev (3):
   kdbus: kdbus_reply_find(): return on found entry
   kdbus: optimize error path in kdbus_reply_new()
   kdbus: optimize if statements in kdbus_conn_disconnect()
Thanks for the patches! all good.


  ipc/kdbus/connection.c | 15 +++
  ipc/kdbus/reply.c  | 22 +-
  2 files changed, 16 insertions(+), 21 deletions(-)
 
 -- 
 1.8.3.1
 

-- 
Djalal Harouni
http://opendz.org
--
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/


Re: [PATCH 0/3] kdbus: minor readability improvements

2015-06-17 Thread Djalal Harouni
On Wed, Jun 17, 2015 at 08:14:55PM +0300, Sergei Zviagintsev wrote:
 Little improvements to make things easier to read.
 
 Sergei Zviagintsev (3):
   kdbus: kdbus_reply_find(): return on found entry
   kdbus: optimize error path in kdbus_reply_new()
   kdbus: optimize if statements in kdbus_conn_disconnect()
All three patches:

Reviewed-by: Djalal Harouni tix...@opendz.org

Thanks!

  ipc/kdbus/connection.c | 15 +++
  ipc/kdbus/reply.c  | 22 +-
  2 files changed, 16 insertions(+), 21 deletions(-)
 
 -- 
 1.8.3.1
 

-- 
Djalal Harouni
http://opendz.org
--
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 0/3] kdbus: minor readability improvements

2015-06-17 Thread Sergei Zviagintsev
Little improvements to make things easier to read.

Sergei Zviagintsev (3):
  kdbus: kdbus_reply_find(): return on found entry
  kdbus: optimize error path in kdbus_reply_new()
  kdbus: optimize if statements in kdbus_conn_disconnect()

 ipc/kdbus/connection.c | 15 +++
 ipc/kdbus/reply.c  | 22 +-
 2 files changed, 16 insertions(+), 21 deletions(-)

-- 
1.8.3.1

--
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/