Hi SpoorthiX, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on bluetooth-next/master] [also build test WARNING on v4.20 next-20181224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/SpoorthiX-K/LE-Ping-Changes-implement-LE-Ping-feature/20181228-121443 base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master config: i386-randconfig-x073-201851 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All warnings (new ones prefixed by >>): net/bluetooth/hci_event.c: In function 'hci_event_packet': >> net/bluetooth/hci_event.c:5972:9: warning: case label value exceeds maximum value for type case HCI_OP_WRITE_AUTH_PAYLOAD_TO: ^~~~ vim +5972 net/bluetooth/hci_event.c 5967 5968 case HCI_EV_NUM_COMP_BLOCKS: 5969 hci_num_comp_blocks_evt(hdev, skb); 5970 break; 5971 > 5972 case HCI_OP_WRITE_AUTH_PAYLOAD_TO: --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation