Em Sat, 28 Dec 2013 16:45:58 +0100 André Roth <neolynx@xxxxxxxxx> escreveu: Please merge it with the original patch. That makes easier to review. > Signed-off-by: André Roth <neolynx@xxxxxxxxx> > --- > lib/libdvbv5/descriptors.c | 2 +- > lib/libdvbv5/descriptors/mpeg_pes.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/libdvbv5/descriptors.c b/lib/libdvbv5/descriptors.c > index 6df8b8b..b5bc9b2 100644 > --- a/lib/libdvbv5/descriptors.c > +++ b/lib/libdvbv5/descriptors.c > @@ -1358,6 +1358,6 @@ void hexdump(struct dvb_v5_fe_parms *parms, const char *prefix, const unsigned c > for (i = strlen(hex); i < 49; i++) > strncat(spaces, " ", sizeof(spaces)); > ascii[j] = '\0'; > - dvb_log("%s %s %s %s", prefix, hex, spaces, ascii); > + dvb_log("%s%s %s %s", prefix, hex, spaces, ascii); > } > } > diff --git a/lib/libdvbv5/descriptors/mpeg_pes.c b/lib/libdvbv5/descriptors/mpeg_pes.c > index c717297..0f0cde0 100644 > --- a/lib/libdvbv5/descriptors/mpeg_pes.c > +++ b/lib/libdvbv5/descriptors/mpeg_pes.c > @@ -33,7 +33,7 @@ void dvb_mpeg_pes_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_ > bswap32(pes->bitfield); > bswap16(pes->length); > > - if (pes->sync != 0x000001 ) { > + if (pes->sync != 0x000001) { > dvb_logerr("mpeg pes invalid"); > return; > } -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html