All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [Outreachy kernel] staging: exfat: alignment should match open parenthesis
@ 2020-03-09 16:51 Payal Kshirsagar
  0 siblings, 0 replies; 4+ messages in thread
From: Payal Kshirsagar @ 2020-03-09 16:51 UTC (permalink / raw)
  To: valdis.kletnieks, gregkh, outreachy-kernel; +Cc: Payal Kshirsagar

Align code to match open parenthesis.

Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
---
 drivers/staging/exfat/exfat.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h
index c863d7566b57..341c9192f7e8 100644
--- a/drivers/staging/exfat/exfat.h
+++ b/drivers/staging/exfat/exfat.h
@@ -716,9 +716,9 @@ int multi_sector_write(struct super_block *sb, sector_t sec,
 void exfat_bdev_open(struct super_block *sb);
 void exfat_bdev_close(struct super_block *sb);
 int exfat_bdev_read(struct super_block *sb, sector_t secno,
-	      struct buffer_head **bh, u32 num_secs, bool read);
+		    struct buffer_head **bh, u32 num_secs, bool read);
 int exfat_bdev_write(struct super_block *sb, sector_t secno,
-	       struct buffer_head *bh, u32 num_secs, bool sync);
+		     struct buffer_head *bh, u32 num_secs, bool sync);
 int exfat_bdev_sync(struct super_block *sb);
 
 /* cluster operation functions */
-- 
2.17.1



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

* Re: [PATCH] [Outreachy kernel] staging: exfat: alignment should match open parenthesis
  2020-03-09 11:40 ` Stefano Brivio
@ 2020-03-09 12:23   ` Julia Lawall
  0 siblings, 0 replies; 4+ messages in thread
From: Julia Lawall @ 2020-03-09 12:23 UTC (permalink / raw)
  To: Stefano Brivio; +Cc: Payal Kshirsagar, outreachy-kernel



On Mon, 9 Mar 2020, Stefano Brivio wrote:

> On Sun,  8 Mar 2020 23:50:46 +0530
> Payal Kshirsagar <payalskshirsagar1234@gmail.com> wrote:
>
> > Align code to match open parenthesis.
> >
> > Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
> > ---
> >  drivers/staging/exfat/exfat.h | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h
> > index c863d7566b57..341c9192f7e8 100644
> > --- a/drivers/staging/exfat/exfat.h
> > +++ b/drivers/staging/exfat/exfat.h
> > @@ -716,9 +716,9 @@ int multi_sector_write(struct super_block *sb, sector_t sec,
> >  void exfat_bdev_open(struct super_block *sb);
> >  void exfat_bdev_close(struct super_block *sb);
> >  int exfat_bdev_read(struct super_block *sb, sector_t secno,
> > -	      struct buffer_head **bh, u32 num_secs, bool read);
> > +		    struct buffer_head **bh, u32 num_secs, bool read);
> >  int exfat_bdev_write(struct super_block *sb, sector_t secno,
> > -	       struct buffer_head *bh, u32 num_secs, bool sync);
> > +		     struct buffer_head *bh, u32 num_secs, bool sync);
> >  int exfat_bdev_sync(struct super_block *sb);
> >
> >  /* cluster operation functions */
>
> The change itself looks good, but as Julia mentioned, you
> should use get_maintainer.pl and send these changes to more people. In
> this case, adding exFAT maintainer and linux-fsdevel@vger.kernel.org to
> Cc: would be nice.
>
> Note that this also depends on habits, lists, personal preferences. You
> will find that some contributors Cc: the whole list from
> get_maintainer.pl (which is fine by all means), some contributors might
> already know who is actually interested in changes (and not Cc: all
> results). Depending on what subsystem you're contributing to, you'll get
> familiar with practice.

A lot of options are suggested in the Outreachy tutorial that can be used
to avoid sending patches to everyone who has ever touched the file.

julia


>
> --
> Stefano
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20200309124025.3b8d039a%40elisabeth.
>


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

* Re: [PATCH] [Outreachy kernel] staging: exfat: alignment should match open parenthesis
  2020-03-08 18:20 Payal Kshirsagar
@ 2020-03-09 11:40 ` Stefano Brivio
  2020-03-09 12:23   ` Julia Lawall
  0 siblings, 1 reply; 4+ messages in thread
From: Stefano Brivio @ 2020-03-09 11:40 UTC (permalink / raw)
  To: Payal Kshirsagar; +Cc: outreachy-kernel

On Sun,  8 Mar 2020 23:50:46 +0530
Payal Kshirsagar <payalskshirsagar1234@gmail.com> wrote:

> Align code to match open parenthesis.
> 
> Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
> ---
>  drivers/staging/exfat/exfat.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h
> index c863d7566b57..341c9192f7e8 100644
> --- a/drivers/staging/exfat/exfat.h
> +++ b/drivers/staging/exfat/exfat.h
> @@ -716,9 +716,9 @@ int multi_sector_write(struct super_block *sb, sector_t sec,
>  void exfat_bdev_open(struct super_block *sb);
>  void exfat_bdev_close(struct super_block *sb);
>  int exfat_bdev_read(struct super_block *sb, sector_t secno,
> -	      struct buffer_head **bh, u32 num_secs, bool read);
> +		    struct buffer_head **bh, u32 num_secs, bool read);
>  int exfat_bdev_write(struct super_block *sb, sector_t secno,
> -	       struct buffer_head *bh, u32 num_secs, bool sync);
> +		     struct buffer_head *bh, u32 num_secs, bool sync);
>  int exfat_bdev_sync(struct super_block *sb);
>  
>  /* cluster operation functions */

The change itself looks good, but as Julia mentioned, you
should use get_maintainer.pl and send these changes to more people. In
this case, adding exFAT maintainer and linux-fsdevel@vger.kernel.org to
Cc: would be nice.

Note that this also depends on habits, lists, personal preferences. You
will find that some contributors Cc: the whole list from
get_maintainer.pl (which is fine by all means), some contributors might
already know who is actually interested in changes (and not Cc: all
results). Depending on what subsystem you're contributing to, you'll get
familiar with practice.

-- 
Stefano



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

* [PATCH] [Outreachy kernel] staging: exfat: alignment should match open parenthesis
@ 2020-03-08 18:20 Payal Kshirsagar
  2020-03-09 11:40 ` Stefano Brivio
  0 siblings, 1 reply; 4+ messages in thread
From: Payal Kshirsagar @ 2020-03-08 18:20 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

Align code to match open parenthesis.

Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
---
 drivers/staging/exfat/exfat.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h
index c863d7566b57..341c9192f7e8 100644
--- a/drivers/staging/exfat/exfat.h
+++ b/drivers/staging/exfat/exfat.h
@@ -716,9 +716,9 @@ int multi_sector_write(struct super_block *sb, sector_t sec,
 void exfat_bdev_open(struct super_block *sb);
 void exfat_bdev_close(struct super_block *sb);
 int exfat_bdev_read(struct super_block *sb, sector_t secno,
-	      struct buffer_head **bh, u32 num_secs, bool read);
+		    struct buffer_head **bh, u32 num_secs, bool read);
 int exfat_bdev_write(struct super_block *sb, sector_t secno,
-	       struct buffer_head *bh, u32 num_secs, bool sync);
+		     struct buffer_head *bh, u32 num_secs, bool sync);
 int exfat_bdev_sync(struct super_block *sb);
 
 /* cluster operation functions */
-- 
2.17.1



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

end of thread, other threads:[~2020-03-09 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 16:51 [PATCH] [Outreachy kernel] staging: exfat: alignment should match open parenthesis Payal Kshirsagar
  -- strict thread matches above, loose matches on Subject: below --
2020-03-08 18:20 Payal Kshirsagar
2020-03-09 11:40 ` Stefano Brivio
2020-03-09 12:23   ` Julia Lawall

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.