* [greybus-dev] [PATCH v2] staging: greybus: Fix warning to limit chars per line
@ 2018-04-06 10:09 Gaurav Dhingra
2018-04-06 10:22 ` Viresh Kumar
0 siblings, 1 reply; 4+ messages in thread
From: Gaurav Dhingra @ 2018-04-06 10:09 UTC (permalink / raw)
To: vaibhav.sr, mgreer, johan, elder, greybus-dev, devel,
linux-kernel
Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd@gmail.com>
---
Changes in v2:
- use correct format for multiline comment
---
drivers/staging/greybus/audio_codec.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
index a1d5440..4efd8b3 100644
--- a/drivers/staging/greybus/audio_codec.h
+++ b/drivers/staging/greybus/audio_codec.h
@@ -23,7 +23,10 @@ enum {
NUM_CODEC_DAIS,
};
-/* device_type should be same as defined in audio.h (Android media layer) */
+/*
+ * device_type should be same as defined in audio.h
+ * (Android media layer)
+ */
enum {
GBAUDIO_DEVICE_NONE = 0x0,
/* reserved bits */
--
1.9.1
_______________________________________________
greybus-dev mailing list
greybus-dev@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/greybus-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] staging: greybus: Fix warning to limit chars per line
2018-04-06 10:09 [greybus-dev] [PATCH v2] staging: greybus: Fix warning to limit chars per line Gaurav Dhingra
@ 2018-04-06 10:22 ` Viresh Kumar
2018-04-06 10:32 ` Gaurav Dhingra
0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2018-04-06 10:22 UTC (permalink / raw)
To: Gaurav Dhingra
Cc: driver-dev, Vaibhav Agarwal, Linux Kernel Mailing List,
Johan Hovold, Mark Greer, greybus-dev
On Fri, Apr 6, 2018 at 3:39 PM, Gaurav Dhingra
<gauravdhingra.gxyd@gmail.com> wrote:
Why did you remove the commit log? You had the right one in v1.
> Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd@gmail.com>
> ---
> Changes in v2:
> - use correct format for multiline comment
> ---
> drivers/staging/greybus/audio_codec.h | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
> index a1d5440..4efd8b3 100644
> --- a/drivers/staging/greybus/audio_codec.h
> +++ b/drivers/staging/greybus/audio_codec.h
> @@ -23,7 +23,10 @@ enum {
> NUM_CODEC_DAIS,
> };
>
> -/* device_type should be same as defined in audio.h (Android media layer) */
> +/*
> + * device_type should be same as defined in audio.h
> + * (Android media layer)
> + */
> enum {
> GBAUDIO_DEVICE_NONE = 0x0,
> /* reserved bits */
This looks ok.
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] staging: greybus: Fix warning to limit chars per line
2018-04-06 10:22 ` Viresh Kumar
@ 2018-04-06 10:32 ` Gaurav Dhingra
2018-04-06 10:35 ` [greybus-dev] " Viresh Kumar
0 siblings, 1 reply; 4+ messages in thread
From: Gaurav Dhingra @ 2018-04-06 10:32 UTC (permalink / raw)
To: Viresh Kumar
Cc: driver-dev, Vaibhav Agarwal, Linux Kernel Mailing List,
Johan Hovold, Mark Greer, greybus-dev
Hi,
On Friday 06 April 2018 03:52 PM, Viresh Kumar wrote:
> On Fri, Apr 6, 2018 at 3:39 PM, Gaurav Dhingra
> <gauravdhingra.gxyd@gmail.com> wrote:
>
> Why did you remove the commit log? You had the right one in v1.
>
I didn't realize that it would be necessary to add it to this patch set.
I thought you guys will do squashing of the commits (v2 and v1) and
using just one commit message (and will take it from last commit), seems
like I was wrong. Now I've understood it.
>> Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd@gmail.com>
>> ---
>> Changes in v2:
>> - use correct format for multiline comment
>> ---
>> drivers/staging/greybus/audio_codec.h | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
>> index a1d5440..4efd8b3 100644
>> --- a/drivers/staging/greybus/audio_codec.h
>> +++ b/drivers/staging/greybus/audio_codec.h
>> @@ -23,7 +23,10 @@ enum {
>> NUM_CODEC_DAIS,
>> };
>>
>> -/* device_type should be same as defined in audio.h (Android media layer) */
>> +/*
>> + * device_type should be same as defined in audio.h
>> + * (Android media layer)
>> + */
>> enum {
>> GBAUDIO_DEVICE_NONE = 0x0,
>> /* reserved bits */
> This looks ok.
Do I now need to send v3 with these exact changes, since I missed the
'commit log' in this one?
--
Gaurav Dhingra
(sent from Thunderbird email client)
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [greybus-dev] [PATCH v2] staging: greybus: Fix warning to limit chars per line
2018-04-06 10:32 ` Gaurav Dhingra
@ 2018-04-06 10:35 ` Viresh Kumar
0 siblings, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2018-04-06 10:35 UTC (permalink / raw)
To: Gaurav Dhingra
Cc: driver-dev, Alex Elder, Linux Kernel Mailing List, Johan Hovold,
greybus-dev
On 06-04-18, 16:02, Gaurav Dhingra wrote:
> I didn't realize that it would be necessary to add it to this patch set. I
> thought you guys will do squashing of the commits (v2 and v1) and using just
> one commit message (and will take it from last commit), seems like I was
> wrong. Now I've understood it.
:)
When you send V2, it doesn't have any dependency on V1 and V1 is
discarded after that point. V2 is the full patch which should be
applied alone, we mention V2 in subject so that it is easier to track
the versions.
> >>Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd@gmail.com>
> >>---
> >>Changes in v2:
> >> - use correct format for multiline comment
> >>---
> >> drivers/staging/greybus/audio_codec.h | 5 ++++-
> >> 1 file changed, 4 insertions(+), 1 deletion(-)
> >>
> >>diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
> >>index a1d5440..4efd8b3 100644
> >>--- a/drivers/staging/greybus/audio_codec.h
> >>+++ b/drivers/staging/greybus/audio_codec.h
> >>@@ -23,7 +23,10 @@ enum {
> >> NUM_CODEC_DAIS,
> >> };
> >>
> >>-/* device_type should be same as defined in audio.h (Android media layer) */
> >>+/*
> >>+ * device_type should be same as defined in audio.h
> >>+ * (Android media layer)
> >>+ */
> >> enum {
> >> GBAUDIO_DEVICE_NONE = 0x0,
> >> /* reserved bits */
> >This looks ok.
>
> Do I now need to send v3 with these exact changes, since I missed the
> 'commit log' in this one?
Yes please.
--
viresh
_______________________________________________
greybus-dev mailing list
greybus-dev@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/greybus-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-04-06 10:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-06 10:09 [greybus-dev] [PATCH v2] staging: greybus: Fix warning to limit chars per line Gaurav Dhingra
2018-04-06 10:22 ` Viresh Kumar
2018-04-06 10:32 ` Gaurav Dhingra
2018-04-06 10:35 ` [greybus-dev] " Viresh Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox