On Mon, 11 Apr 2016 10:27:18 +0300, Dan Carpenter wrote: > Hello Jiri Benc, > > The patch e1e5314de08b: "vxlan: implement GPE" from Apr 5, 2016, > leads to the following static checker warning: > > drivers/net/vxlan.c:1206 vxlan_parse_gpe_hdr() > error: wrong number of bits for 'htons' (32 vs 16) left= '*protocol' *protocol = (()) Thanks a lot, Dan. It should be __be16. I don't know what I was thinking. I'll submit a fix. Jiri -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html