Skip to content
Commit 99ee6735 authored by LABBE Corentin's avatar LABBE Corentin Committed by Corey Minyard
Browse files

ipmi: constify some struct and char arrays



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: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 03891f9c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment