2014-01-11 14:48:46

by Joe Borg

[permalink] [raw]
Subject: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

---
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.309.ga25014b


2014-01-13 08:19:37

by Dan Carpenter

[permalink] [raw]
Subject: Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

No signed-off line. Just merge both patches since they do the same
thing and go to the same maintainers.

regards,
dan carpenter

2014-01-13 09:21:18

by Dan Carpenter

[permalink] [raw]
Subject: Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

On Mon, Jan 13, 2014 at 09:02:33AM +0000, Joe Borġ wrote:
> Apologies for missing that.
>
> Feel free to add signed-off-by Joe Borg <[email protected]> to the
> commit message.
>

Unless it's a bugfix for a security issue then we don't fix other
people's patches. You have to resend.

regards,
dan carpenter