Bluetooth: Style fix - align block comments
Fixed alignment of all block comments. Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:

committed by
Marcel Holtmann

parent
1d609dd32c
commit
d98422cb66
@@ -457,7 +457,8 @@ static int hci_uart_tty_open(struct tty_struct *tty)
|
||||
BT_DBG("tty %p", tty);
|
||||
|
||||
/* Error if the tty has no write op instead of leaving an exploitable
|
||||
hole */
|
||||
* hole
|
||||
*/
|
||||
if (tty->ops->write == NULL)
|
||||
return -EOPNOTSUPP;
|
||||
|
||||
|
Reference in New Issue
Block a user