CHECK: No space is necessary after a cast #69: FILE: unicast.c:69: + memmove(skb->data + uni_diff, skb->data, hdr_len); + unicast_packet = (struct unicast_packet *) skb_pull(skb, uni_diff);
CHECK: No space is necessary after a cast #241: FILE: unicast.c:241: + + unicast_packet = (struct unicast_packet *) skb->data;
total: 0 errors, 0 warnings, 2 checks, 418 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
unicast.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.
linux-merge@lists.open-mesh.org