Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1494375
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] md/dm-table: Fine-tuning for several function implementations |
| Date | 2016-10-01 09:50 +0200 |
| Message-ID | <snndv-5fs-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 1 Oct 2016 09:35:43 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (9): Use kmalloc_array() in realloc_argv() Reduce the scope for a variable in dm_table_verify_integrity() Delete an unnecessary variable initialisation in dm_table_register_integrity() Delete an unnecessary variable initialisation in dm_split_args() Move an assignment for the variable "end" in dm_split_args() Combine substrings for ten messages Adjust one function call together with a variable assignment Delete an unwanted space in high() Delete an unwanted space in dm_table_get_integrity_disk() drivers/md/dm-table.c | 51 ++++++++++++++++++++------------------------------- 1 file changed, 20 insertions(+), 31 deletions(-) -- 2.10.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] md/dm-table: Fine-tuning for several function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2016-10-01 09:50 +0200 [PATCH 9/9] md/dm-table: Delete an unwanted space in dm_table_get_integrity_disk() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-10-01 10:00 +0200 [PATCH 7/9] md/dm-table: Adjust one function call together with a variable assignment SF Markus Elfring <elfring@users.sourceforge.net> - 2016-10-01 10:00 +0200 [PATCH 8/9] md/dm-table: Delete an unwanted space in high() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-10-01 10:00 +0200
csiph-web