All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Borg <cyborg101010@gmail.com>
To: dan.carpenter@oracle.com
Cc: cyborg101010@gmail.com, abbotti@mev.co.uk,
	hsweeten@visionengravers.com, gregkh@linuxfoundation.org,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] DAS1800: Fixing foo * bar should be foo *bar
Date: Mon, 13 Jan 2014 20:14:46 +0000	[thread overview]
Message-ID: <1389644086-6574-1-git-send-email-cyborg101010@gmail.com> (raw)

Signed-off-by Joe Borg <cyborg101010@gmail.com>
---
 drivers/staging/comedi/drivers/das1800.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/das1800.c b/drivers/staging/comedi/drivers/das1800.c
index 1880038..8fb87df 100644
--- a/drivers/staging/comedi/drivers/das1800.c
+++ b/drivers/staging/comedi/drivers/das1800.c
@@ -462,7 +462,7 @@ static inline uint16_t munge_bipolar_sample(const struct comedi_device *dev,
 	return sample;
 }
 
-static void munge_data(struct comedi_device *dev, uint16_t * array,
+static void munge_data(struct comedi_device *dev, uint16_t *array,
 		       unsigned int num_elements)
 {
 	unsigned int i;
-- 
1.8.5.2


             reply	other threads:[~2014-01-13 20:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 20:14 Joe Borg [this message]
2014-01-13 21:09 ` [PATCH] DAS1800: Fixing foo * bar should be foo *bar Greg KH
     [not found]   ` <CAFFYk1VNGfR_gv81zY4Bvu4J4czN6u9hdeYQZm57jOkZ_TPbng@mail.gmail.com>
2014-01-13 21:34     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2014-01-13 23:19 Joe Borg
2014-01-13 23:50 ` Greg KH
2014-01-13 21:47 Joe Borg
2014-01-13 21:53 ` Greg KH
2014-01-11 14:48 Joe Borg
2014-01-13  8:19 ` Dan Carpenter
     [not found]   ` <CAFFYk1U6o9WYnkQ4nTC7As7c8sDrko54ncDgkeEufy7MeOCdHQ@mail.gmail.com>
2014-01-13  9:17     ` Dan Carpenter

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=1389644086-6574-1-git-send-email-cyborg101010@gmail.com \
    --to=cyborg101010@gmail.com \
    --cc=abbotti@mev.co.uk \
    --cc=dan.carpenter@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.