diff options
author | Gayatri Kammela <[email protected]> | 2019-12-12 10:38:43 -0800 |
---|---|---|
committer | Andy Shevchenko <[email protected]> | 2019-12-20 19:02:59 +0200 |
commit | b1cb33dae41474117acdbc249048c27028cb1ee0 (patch) | |
tree | 084ab800ba2e13161744aa41fd35b93c6313f9ba /lib/mpi/mpiutil.c | |
parent | 02abbda105f25fb634207e7f23a8a4b51fe67ad4 (diff) |
platform/x86: intel_pmc_core: Clean up: Remove comma after the termination line
It is common practice to place a comma after the last entry in an
initialized array to avoid the need to add one in future patches that
extend the array. But when the last element is a termination marker, the
comma could be harmful. Any new entries must be added before the
terminator (and the comma would prevent the compiler from issuing a
warning about an entry after the terminator).
Cc: Peter Zijlstra <[email protected]>
Cc: Srinivas Pandruvada <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: David E. Box <[email protected]>
Cc: Rajneesh Bhardwaj <[email protected]>
Cc: Tony Luck <[email protected]>
Suggested-by: Andy Shevchenko <[email protected]>
Reviewed-by: Tony Luck <[email protected]>
Signed-off-by: Gayatri Kammela <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions