[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4a31d7a7-f70c-12f7-202f-963bd8706066@users.sourceforge.net>
Date: Sun, 2 Oct 2016 13:54:43 +0200
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: linux-raid@...r.kernel.org, Jens Axboe <axboe@...com>,
NeilBrown <neilb@...e.com>, Shaohua Li <shli@...nel.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org,
Julia Lawall <julia.lawall@...6.fr>
Subject: [PATCH 00/13] md/multipath: Fine-tuning for several function
implementations
From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Sun, 2 Oct 2016 13:45:35 +0200
Several update suggestions were taken into account
from static source code analysis.
Markus Elfring (13):
Use kcalloc() in multipath_run()
Improve another size determination in multipath_run()
Delete four error messages for a failed memory allocation
Reduce indentation for four lines in multipath_run()
Less function calls in multipath_run() after error detection
Delete 13 unwanted spaces behind function names
Delete two unwanted spaces behind asterisks
Replace a seq_printf() call by seq_puts() in multipath_status()
Adjust two function calls together with a variable assignment
Add some spaces for better code readability
Move a brace for a designated initialiser
Delete an unnecessary return statement in multipath_make_request()
Replace printk() calls by the usage of higher level interfaces
drivers/md/multipath.c | 192 +++++++++++++++++++++++--------------------------
1 file changed, 88 insertions(+), 104 deletions(-)
--
2.10.0
Powered by blists - more mailing lists