Hi Alex, >> so I collected the reviewed-by and acked-by statements, but when I did a simple compile test it failed badly. >> >> CC net/6lowpan/nhc.o >> net/6lowpan/nhc.c: In function ‘lowpan_nhc_add’: >> net/6lowpan/nhc.c:206:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=] >> WARN_ONCE(nhc->idlen > LOWPAN_NHC_MAX_ID_LEN, >> ^ >> > > mhh, okay. Should be fixed with a conversion from "%d" -> "%zd". I will > resend a new series with this fix. Thanks. I can do that change inline if that is the only change needed. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html