···501501 int result = -ENOANO;502502 struct uwb_rceb *rceb = *header;503503 int event = le16_to_cpu(rceb->wEvent);504504- size_t event_size;504504+ ssize_t event_size;505505 size_t core_size, offset;506506507507 if (rceb->bEventType != UWB_RC_CET_GENERAL)
+1-1
drivers/uwb/wlp/txrx.c
···326326 int result = -EINVAL;327327 struct ethhdr *eth_hdr = (void *) skb->data;328328329329- if (is_broadcast_ether_addr(eth_hdr->h_dest)) {329329+ if (is_multicast_ether_addr(eth_hdr->h_dest)) {330330 result = wlp_eda_for_each(&wlp->eda, wlp_wss_send_copy, skb);331331 if (result < 0) {332332 if (printk_ratelimit())