From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Subject: [PATCH 0/6] md: Fine-tuning for some function implementations Date: Tue, 2 May 2017 16:23:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Content-Language: en-GB Sender: linux-kernel-owner@vger.kernel.org To: linux-raid@vger.kernel.org, Neil Brown , Shaohua Li Cc: LKML , kernel-janitors@vger.kernel.org List-Id: linux-raid.ids From: Markus Elfring Date: Tue, 2 May 2017 16:12:34 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (6): Replace seven seq_printf() calls by seq_putc() Replace 17 seq_printf() calls by seq_puts() Adjust four function calls together with a variable assignment Use seq_puts() in faulty_status() Adjust six function calls together with a variable assignment in faulty_status() Add some spaces for better code readability drivers/md/faulty.c | 48 ++++++++++++++++++++++---------------- drivers/md/md.c | 66 +++++++++++++++++++++++++++++------------------------ 2 files changed, 64 insertions(+), 50 deletions(-) -- 2.12.2