Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1712233 > unrolled thread

Re: [PATCH] printk: Clean up do_syslog() error handling

Started byPetr Mladek <pmladek@suse.com>
First post2017-08-15 17:10 +0200
Last post2017-08-15 17:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] printk: Clean up do_syslog() error handling Petr Mladek <pmladek@suse.com> - 2017-08-15 17:10 +0200

#1712233 — Re: [PATCH] printk: Clean up do_syslog() error handling

FromPetr Mladek <pmladek@suse.com>
Date2017-08-15 17:10 +0200
SubjectRe: [PATCH] printk: Clean up do_syslog() error handling
Message-ID<ueLDI-2TR-1@gated-at.bofh.it>
On Sat 2017-07-29 20:36:36, Nikitas Angelinas wrote:
> The error variable in do_syslog() is preemptively set to the error code
> before the error condition is checked, and then set to 0 if the error
> condition is not encountered. This is not necessary, as it is likely
> simpler to return immediately upon encountering the error condition. A
> redundant set of the error variable to 0 is also removed.
> 
> This patch has been build-tested on x86_64, but not tested for
> functionality.
> 
> Signed-off-by: Nikitas Angelinas <nikitas.angelinas@gmail.com>

The code looks better. Also the patch looks correct.

Acked-by: Petr Mladek <pmladek@suse.com>

I have pushed it into for-4.14 branch.

Best Regards,
Petr

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web