>From : Prasanna Karthik <[email protected]>
fix spaces required around that '=3D' reported by checkpatch
Signed-off-by: Prasanna Karthik <[email protected]>
---
drivers/bluetooth/hci_vhci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c
index 6653473..78653db 100644
--- a/drivers/bluetooth/hci_vhci.c
+++ b/drivers/bluetooth/hci_vhci.c
@@ -366,7 +366,7 @@ static const struct file_operations vhci_fops =3D {
.llseek =3D no_llseek,
};
=20
-static struct miscdevice vhci_miscdev=3D {
+static struct miscdevice vhci_miscdev =3D {
.name =3D "vhci",
.fops =3D &vhci_fops,
.minor =3D VHCI_MINOR,
--=20
1.7.0.4
Hi Prasanna,
On Tue, Jun 02, 2015, Mutharaju, Prasanna (P.) wrote:
> From : Prasanna Karthik <[email protected]>
>
> fix spaces required around that '=' reported by checkpatch
>
> Signed-off-by: Prasanna Karthik <[email protected]>
> ---
> drivers/bluetooth/hci_vhci.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to bluetooth-next. Thanks.
Btw, I had to manually fix-up the author name for the patch since your
patch was incorrectly formatted. Please use git format-patch/send-email
in the future.
Johan