* [PATCH] bluetooth: vhci: Clean up coding style fix
@ 2015-06-02 10:50 Mutharaju, Prasanna (P.)
2015-06-04 3:04 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Mutharaju, Prasanna (P.) @ 2015-06-02 10:50 UTC (permalink / raw)
To: marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com,
linux-bluetooth@vger.kernel.org
>From : Prasanna Karthik <mkarthi3@visteon.com>
fix spaces required around that '=3D' reported by checkpatch
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bluetooth: vhci: Clean up coding style fix
2015-06-02 10:50 [PATCH] bluetooth: vhci: Clean up coding style fix Mutharaju, Prasanna (P.)
@ 2015-06-04 3:04 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2015-06-04 3:04 UTC (permalink / raw)
To: Mutharaju, Prasanna (P.); +Cc: linux-bluetooth@vger.kernel.org
Hi Prasanna,
On Tue, Jun 02, 2015, Mutharaju, Prasanna (P.) wrote:
> From : Prasanna Karthik <mkarthi3@visteon.com>
>
> fix spaces required around that '=' reported by checkpatch
>
> Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-04 3:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 10:50 [PATCH] bluetooth: vhci: Clean up coding style fix Mutharaju, Prasanna (P.)
2015-06-04 3:04 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).