On Monday, November 19, 2012 16:01:43 Antonio Quartulli wrote: > Values are printed in hexadecimal format in several points in the > code, but they are not printed using the same format string. > > This patches unifies the format used for such numbers so that they > look the same everywhere. > > Given the fact that all the variables printed as hexadecimal are 16 > bit long, this is the chosen printing format: %#.4x > > Signed-off-by: Antonio Quartulli <[email protected]> > --- > bat_iv_ogm.c | 2 +- > bridge_loop_avoidance.c | 18 +++++++++--------- > translation-table.c | 2 +- > 3 files changed, 11 insertions(+), 11 deletions(-)
Applied in revision 6dc9df5. Thanks, Marek
