diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-01-09 03:22:31 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-01-09 03:22:31 +0000 |
commit | 95100d3c352df861a212b1697ecd7345bcce1e4c (patch) | |
tree | 0207063787c9291156cdfa243a8483b74cb16c52 /stm50flw0x0x.c | |
parent | f9e9a695145d428c0bb73037125e46d4a73735a1 (diff) | |
download | flashrom-95100d3c352df861a212b1697ecd7345bcce1e4c.zip flashrom-95100d3c352df861a212b1697ecd7345bcce1e4c.tar.gz |
The msg_* macros won't compile as is if you use more than one parameter (i.e
Have a format string and a variable). There are two alternative styles:
GNU or C99 variadic macros. While C99 has limitations compared to the GNU
extensions, these limitations do not affect our macros, so I decided to go
with the standard way. I adjusted whitespace a bit to have aligned values
(cosmetic change).
Corresponding to flashrom svn r841.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Sean Nelson <audiohacked@gmail.com>
Diffstat (limited to 'stm50flw0x0x.c')
0 files changed, 0 insertions, 0 deletions