All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vc04_services: bcm2835-camera: Add blank line after declaration
@ 2018-03-14 18:36 Nishka Dasgupta
  2018-03-19 15:37 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Nishka Dasgupta @ 2018-03-14 18:36 UTC (permalink / raw)
  To: gregkh, outreachy-kernel; +Cc: Nishka Dasgupta

Add blank line after declaration. Issue found with checkpatch.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
---
 drivers/staging/vc04_services/bcm2835-camera/controls.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vc04_services/bcm2835-camera/controls.c b/drivers/staging/vc04_services/bcm2835-camera/controls.c
index 0736214..cff7b1e 100644
--- a/drivers/staging/vc04_services/bcm2835-camera/controls.c
+++ b/drivers/staging/vc04_services/bcm2835-camera/controls.c
@@ -1270,6 +1270,7 @@ int bm2835_mmal_init_controls(struct bm2835_mmal_dev *dev,
 				 * mismatches.
 				 */
 				int i;
+
 				mask = 1 << V4L2_SCENE_MODE_NONE;
 				for (i = 0;
 				     i < ARRAY_SIZE(scene_configs);
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: vc04_services: bcm2835-camera: Add blank line after declaration
  2018-03-14 18:36 [PATCH] staging: vc04_services: bcm2835-camera: Add blank line after declaration Nishka Dasgupta
@ 2018-03-19 15:37 ` Greg KH
  2018-03-20 20:51   ` Nishka Dasgupta
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2018-03-19 15:37 UTC (permalink / raw)
  To: Nishka Dasgupta; +Cc: outreachy-kernel

On Wed, Mar 14, 2018 at 06:36:14PM +0000, Nishka Dasgupta wrote:
> Add blank line after declaration. Issue found with checkpatch.
> 
> Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
> ---
>  drivers/staging/vc04_services/bcm2835-camera/controls.c | 1 +
>  1 file changed, 1 insertion(+)

You have sent 7 or more patches for this same driver, yet I have no idea
what order to apply the patches in :(

Please resend them properly, as a patch series, so I have a chance to
get it right :)

thanks,

greg k-h


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: vc04_services: bcm2835-camera: Add blank line after declaration
  2018-03-19 15:37 ` Greg KH
@ 2018-03-20 20:51   ` Nishka Dasgupta
  0 siblings, 0 replies; 3+ messages in thread
From: Nishka Dasgupta @ 2018-03-20 20:51 UTC (permalink / raw)
  To: Greg KH; +Cc: outreachy-kernel

On Mon, Mar 19, 2018 at 9:07 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Wed, Mar 14, 2018 at 06:36:14PM +0000, Nishka Dasgupta wrote:
>> Add blank line after declaration. Issue found with checkpatch.
>>
>> Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
>> ---
>>  drivers/staging/vc04_services/bcm2835-camera/controls.c | 1 +
>>  1 file changed, 1 insertion(+)
>
> You have sent 7 or more patches for this same driver, yet I have no idea
> what order to apply the patches in :(
>
> Please resend them properly, as a patch series, so I have a chance to
> get it right :)
>
> thanks,
>
> greg k-h

I have resent this one; the others in this driver appear to be
variations on the multiple line dereference problem. Since we
discussed the dereference issue earlier this week (you pointed out
that my fix was more complicated than what I was trying to fix), I
thought it best not to waste anyone's time by resending the
dereference patches as well. Was I wrong and should I send the
dereference patches as a series again?

Thanking you,
Nishka Dasgupta


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-20 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-14 18:36 [PATCH] staging: vc04_services: bcm2835-camera: Add blank line after declaration Nishka Dasgupta
2018-03-19 15:37 ` Greg KH
2018-03-20 20:51   ` Nishka Dasgupta

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.