From: Bartosz Golaszewski <brgl@bgdev•pl>
To: Sekhar Nori <nsekhar@ti•com>, Kevin Hilman <khilman@kernel•org>,
Alan Stern <stern@rowland•harvard.edu>,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre•com>,
Linus Walleij <linus.walleij@linaro•org>,
linux-usb@vger•kernel.org, linux-kernel@vger•kernel.org,
linux-arm-kernel@lists•infradead.org
Subject: [PATCH 1/8] usb: ohci-da8xx: add a new line after local variables
Date: Tue, 5 Feb 2019 11:25:39 +0100 [thread overview]
Message-ID: <20190205102546.29457-2-brgl@bgdev.pl> (raw)
In-Reply-To: <20190205102546.29457-1-brgl@bgdev.pl>
From: Bartosz Golaszewski <bgolaszewski@baylibre•com>
This improves the coding style.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre•com>
---
drivers/usb/host/ohci-da8xx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c
index a55cbba40a5a..c492c7e6f746 100644
--- a/drivers/usb/host/ohci-da8xx.c
+++ b/drivers/usb/host/ohci-da8xx.c
@@ -405,6 +405,7 @@ static int ohci_da8xx_probe(struct platform_device *pdev)
struct usb_hcd *hcd;
struct resource *mem;
int error, irq;
+
hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
dev_name(&pdev->dev));
if (!hcd)
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-02-05 10:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-05 10:25 [PATCH 0/8] ARM: davinci: move the da8xx-ohci GPIO logic into the driver Bartosz Golaszewski
2019-02-05 10:25 ` Bartosz Golaszewski [this message]
2019-02-05 10:25 ` [PATCH 2/8] usb: ohci-da8xx: add a helper pointer to &pdev->dev Bartosz Golaszewski
2019-02-05 10:25 ` [PATCH 3/8] ARM: davinci: omapl138-hawk: use gpio lookup entries for usb gpios Bartosz Golaszewski
2019-02-08 13:33 ` Linus Walleij
2019-02-05 10:25 ` [PATCH 4/8] ARM: davinci: da830-evm: " Bartosz Golaszewski
2019-02-08 13:34 ` Linus Walleij
2019-02-05 10:25 ` [PATCH 5/8] usb: ohci-da8xx: add vbus and overcurrent gpios Bartosz Golaszewski
2019-02-08 11:29 ` Sekhar Nori
2019-02-05 10:25 ` [PATCH 6/8] ARM: davinci: omapl138-hawk: remove legacy usb helpers Bartosz Golaszewski
2019-02-05 10:25 ` [PATCH 7/8] ARM: davinci: da830-evm: " Bartosz Golaszewski
2019-02-05 10:25 ` [PATCH 8/8] usb: ohci-da8xx: remove unused callbacks from platform data Bartosz Golaszewski
2019-02-05 15:29 ` [PATCH 0/8] ARM: davinci: move the da8xx-ohci GPIO logic into the driver Alan Stern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190205102546.29457-2-brgl@bgdev.pl \
--to=brgl@bgdev$(echo .)pl \
--cc=bgolaszewski@baylibre$(echo .)com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=khilman@kernel$(echo .)org \
--cc=linus.walleij@linaro$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=nsekhar@ti$(echo .)com \
--cc=stern@rowland$(echo .)harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox