From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html