.pylintrc: warning: ignored by one of the .gitignore files Warning: ../sound/usb/qcom/qc_audio_offload.c:1018 function parameter 'xfer_buf_cpu' not described in 'uaudio_transfer_buffer_setup' Warning: ../sound/usb/qcom/qc_audio_offload.c:1018 Excess function parameter 'xfer_buf' description in 'uaudio_transfer_buffer_setup' ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_lookup’: ../net/qrtr/af_qrtr.c:442:56: warning: left shift count >= width of type [-Wshift-count-overflow] 442 | unsigned long key = (unsigned long)endpoint_id << 32 | nid; | ^~ ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_assign’: ../net/qrtr/af_qrtr.c:470:43: warning: left shift count >= width of type [-Wshift-count-overflow] 470 | key = (unsigned long)node->ep->id << 32 | nid; | ^~ .pylintrc: warning: ignored by one of the .gitignore files Warning: ../sound/usb/qcom/qc_audio_offload.c:1018 function parameter 'xfer_buf_cpu' not described in 'uaudio_transfer_buffer_setup' Warning: ../sound/usb/qcom/qc_audio_offload.c:1018 Excess function parameter 'xfer_buf' description in 'uaudio_transfer_buffer_setup' ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_lookup’: ../net/qrtr/af_qrtr.c:443:56: warning: left shift count >= width of type [-Wshift-count-overflow] 443 | unsigned long key = (unsigned long)endpoint_id << 32 | nid; | ^~ ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_assign’: ../net/qrtr/af_qrtr.c:471:43: warning: left shift count >= width of type [-Wshift-count-overflow] 471 | key = (unsigned long)node->ep->id << 32 | nid; | ^~