Messages in this thread |  | | From | SF Markus Elfring <> | Subject | [PATCH 0/9] InfiniBand-ULP: Fine-tuning for several function implementations | Date | Fri, 7 Apr 2017 22:54:24 +0200 |
| |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Fri, 7 Apr 2017 22:34:32 +0200
Some update suggestions were taken into account from static source code analysis.
Markus Elfring (9): IPoIB: Use kcalloc() in two functions IPoIB: Delete an error message for a failed memory allocation IPoIB: Enclose six expressions for the sizeof operator by parentheses IPoIB: Delete unwanted spaces behind usages of the sizeof operator IPoIB: Combine substrings for three messages iser: Use kmalloc_array() in iser_alloc_rx_descriptors() iser: Add spaces for better code readability isert: Use kcalloc() in isert_alloc_rx_descriptors() isert: Improve size determinations in three functions
drivers/infiniband/ulp/ipoib/ipoib_main.c | 49 ++++++++++++++-------------- drivers/infiniband/ulp/iser/iser_initiator.c | 11 ++++--- drivers/infiniband/ulp/isert/ib_isert.c | 11 ++++--- 3 files changed, 36 insertions(+), 35 deletions(-)
-- 2.12.2
|  |