Messages in this thread |  | | Subject | [PATCH 00/13] md/multipath: Fine-tuning for several function implementations | From | SF Markus Elfring <> | Date | Sun, 2 Oct 2016 13:54:43 +0200 |
| |
From: Markus Elfring <elfring@users.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
|  |