Bluetooth: Fix coding style in the subsystem

This is some leftover from the last patches that fixed style. It is mostly
line over 80 characters fixes reported by checkpatch.pl.
checkpatch.pl is clean for these files now.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Gustavo Padovan 2012-05-23 04:04:21 -03:00 committed by Johan Hedberg
parent c3c7ea6594
commit 8fc9ced398
8 changed files with 48 additions and 27 deletions

View file

@ -31,7 +31,7 @@
#include <linux/kernel.h>
#include <linux/stddef.h>
#include <linux/string.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <net/bluetooth/bluetooth.h>