Re: [PATCH] ipmi: constify some struct and char arrays

2015-11-16 Thread Corey Minyard
Thanks for fixing the problem reported on this. Queued for 4.5. -corey On 11/13/2015 06:31 AM, LABBE Corentin wrote: > Lots of char arrays could be set as const since they contain only literal > char arrays. > We could in the same time make const some struct members who are pointer > to those co

[PATCH] ipmi: constify some struct and char arrays

2015-11-13 Thread LABBE Corentin
Lots of char arrays could be set as const since they contain only literal char arrays. We could in the same time make const some struct members who are pointer to those const char arrays. Signed-off-by: LABBE Corentin --- drivers/char/ipmi/ipmi_msghandler.c | 7 --- drivers/char/ipmi/ipmi_s

Re: [PATCH] ipmi: constify some struct and char arrays

2015-11-05 Thread kbuild test robot
Hi LABBE, [auto build test WARNING on: char-misc/char-misc-next] [also build test WARNING on: v4.3 next-20151105] url: https://github.com/0day-ci/linux/commits/LABBE-Corentin/ipmi-constify-some-struct-and-char-arrays/20151105-173339 config: parisc-generic-64bit_defconfig (attached as .config)

[PATCH] ipmi: constify some struct and char arrays

2015-11-05 Thread LABBE Corentin
Lots of char arrays could be set as const since they contain only literal char arrays. We could in the same time make const some struct members who are pointer to those const char arrays. Signed-off-by: LABBE Corentin --- drivers/char/ipmi/ipmi_msghandler.c | 7 --- drivers/char/ipmi/ipmi_s