There isn't a warning in this email.

regards,
dan carpenter

On Wed, Feb 06, 2019 at 10:00:05PM +0800, kbuild test robot wrote:
> CC: kbuild-...@01.org
> In-Reply-To: <20190202072816.GA15630@myunghoj-Precision-5530>
> References: <20190202072816.GA15630@myunghoj-Precision-5530>
> TO: Myungho Jung <mhju...@gmail.com>
> CC: Marcel Holtmann <mar...@holtmann.org>, Johan Hedberg 
> <johan.hedb...@gmail.com>, linux-blueto...@vger.kernel.org, 
> linux-ker...@vger.kernel.org
> CC: linux-blueto...@vger.kernel.org, linux-ker...@vger.kernel.org
> 
> Hi Myungho,
> 
> Thank you for the patch! Perhaps something to improve:
> 
> [auto build test WARNING on bluetooth-next/master]
> [also build test WARNING on v5.0-rc4]
> [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/Myungho-Jung/Bluetooth-hci_uart-Switch-pty-driver-to-slave-side-in-tty_set_termios/20190202-211034
> base:   
> https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 
> master
> :::::: branch date: 4 days ago
> :::::: commit date: 4 days ago
> 
> 
> # 
> https://github.com/0day-ci/linux/commit/d18b5e557f900600baa96277c278ae8b74a79265
> git remote add linux-review https://github.com/0day-ci/linux
> git remote update linux-review
> git checkout d18b5e557f900600baa96277c278ae8b74a79265
> vim +307 drivers/bluetooth/hci_ldisc.c
> 
> ^1da177e Linus Torvalds 2005-04-16  301  
> d18b5e55 Myungho Jung   2019-02-01  302  /* If pty master, return slave side 
> */
> d18b5e55 Myungho Jung   2019-02-01  303  static struct tty_struct 
> *hci_uart_get_real_tty(struct tty_struct *tty)
> d18b5e55 Myungho Jung   2019-02-01  304  {
> d18b5e55 Myungho Jung   2019-02-01  305       if (tty->driver->type == 
> TTY_DRIVER_TYPE_PTY &&
> d18b5e55 Myungho Jung   2019-02-01  306           tty->driver->subtype == 
> PTY_TYPE_MASTER)
> d18b5e55 Myungho Jung   2019-02-01 @307               tty->link;
> d18b5e55 Myungho Jung   2019-02-01  308  
> d18b5e55 Myungho Jung   2019-02-01  309       return tty;
> d18b5e55 Myungho Jung   2019-02-01  310  }
> d18b5e55 Myungho Jung   2019-02-01  311  
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild

Reply via email to