Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1619269
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] InfiniBand-SRP: Fine-tuning for some function implementations |
| Date | 2017-04-08 14:20 +0200 |
| Message-ID | <ttXvs-56J-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 8 Apr 2017 14:04:04 +0200 A few update suggestions were taken into account from static source code analysis. Markus Elfring (3): Use kmalloc_array() in srp_alloc_req_data() Enclose 14 expressions for the sizeof operator by parentheses Delete unwanted spaces behind usages of the sizeof operator drivers/infiniband/ulp/srp/ib_srp.c | 59 +++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 29 deletions(-) -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] InfiniBand-SRP: Fine-tuning for some function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-08 14:20 +0200
[PATCH 1/3] IB/srp: Use kmalloc_array() in srp_alloc_req_data() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-08 14:20 +0200
[PATCH 3/3] IB/srp: Delete unwanted spaces behind usages of the sizeof operator SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-08 14:20 +0200
[PATCH 2/3] IB/srp: Enclose 14 expressions for the sizeof operator by parentheses SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-08 14:20 +0200
Re: [PATCH 2/3] IB/srp: Enclose 14 expressions for the sizeof operator by parentheses Joe Perches <joe@perches.com> - 2017-04-08 17:00 +0200
csiph-web