Hi Justin,
* Justin P. Mattock justinmattock@gmail.com [2010-06-14 13:26:42 -0700]:
Im getting this while building: CC [M] drivers/bluetooth/hci_ldisc.o drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_send_frame': drivers/bluetooth/hci_ldisc.c:213:21: warning: variable 'tty' set but not used
the below fixed it for me, but am not sure if it's correct.
The fix is correct, you just need to fix the trailing whitespace problem and resend it. Also we use "Bluetooth:" as part of the commit message on the bluetooth subsystem. For example:
"Bluetooth: Remove set but not used varible 'tty'
Or something like that.