[flashrom] [PATCH] flashrom: fix sparse warning: Unknown escape %

Stefan Reinauer stefan.reinauer at coreboot.org
Tue Jan 25 02:38:19 CET 2011


* Peter Huewe <PeterHuewe at gmx.de> [110124 21:21]:
> flashrom: fix sparse warning: Unknown escape %
> 
> This patch fixes wrong escaping of %.
> In print.c %%2b is correct instead of \%2b ("%%2b"=%2b=+)
> In board_enable.c %d is correct instead of \%d.
> 
> Signed-off-by: Peter Huewe <peterhuewe at gmx.de>
> ---
>  board_enable.c |    2 +-
>  print.c        |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks. r1256





More information about the flashrom mailing list