From: John Church <sleeveroller@gmail.com>
To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
georgiana.chelu93@gmail.com, waydi1@gmail.com
Cc: dan.carpenter@oracle.com, linux-kernel@vger.kernel.org,
John Church <sleeveroller@gmail.com>
Subject: [PATCH] staging : android: Fixes a coding style issue in timed_gpio.c
Date: Wed, 7 May 2014 13:30:02 +0100 [thread overview]
Message-ID: <1399465802-9309-1-git-send-email-sleeveroller@gmail.com> (raw)
This patch fixes a coding style issue for a line that was over 80 characters long.
Signed-off-by: John Church <sleeveroller@gmail.com>
---
drivers/staging/android/timed_gpio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c
index f7d124d..180c209 100644
--- a/drivers/staging/android/timed_gpio.c
+++ b/drivers/staging/android/timed_gpio.c
@@ -92,8 +92,8 @@ static int timed_gpio_probe(struct platform_device *pdev)
return -EBUSY;
gpio_data = devm_kzalloc(&pdev->dev,
- sizeof(struct timed_gpio_data) * pdata->num_gpios,
- GFP_KERNEL);
+ sizeof(struct timed_gpio_data) * pdata->num_gpios,
+ GFP_KERNEL);
if (!gpio_data)
return -ENOMEM;
--
1.7.10.4
next reply other threads:[~2014-05-07 12:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-07 12:30 John Church [this message]
2014-05-07 12:39 ` [PATCH] staging : android: Fixes a coding style issue in timed_gpio.c Dan Carpenter
2014-05-07 12:51 ` John Church
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=1399465802-9309-1-git-send-email-sleeveroller@gmail.com \
--to=sleeveroller@gmail.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=georgiana.chelu93@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=waydi1@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.