mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
@ 2017-06-09 18:55 srishti sharma
  2017-06-09 19:03 ` srishti sharma
  0 siblings, 1 reply; 6+ messages in thread
From: srishti sharma @ 2017-06-09 18:55 UTC (permalink / raw)
  To: gregkh
  Cc: me, shiva, kdunne, karniksayli1995, devel, linux-kernel, srishti sharma

Fixed alignment so that it matched open paranthesis .

Signed-off-by: srishti sharma <srishtishar@gmail.com>
---
 drivers/staging/ks7010/ks_hostif.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
index 697347b..e3c11be 100644
--- a/drivers/staging/ks7010/ks_hostif.c
+++ b/drivers/staging/ks7010/ks_hostif.c
@@ -1659,8 +1659,8 @@ void hostif_phy_information_request(struct ks_wlan_private *priv)

 static
 void hostif_power_mgmt_request(struct ks_wlan_private *priv,
-				unsigned long mode, unsigned long wake_up,
-				unsigned long receive_dtims)
+			       unsigned long mode, unsigned long wake_up,
+			       unsigned long receive_dtims)
 {
	struct hostif_power_mgmt_request_t *pp;

--
2.7.4

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

* Re: [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
  2017-06-09 18:55 [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis srishti sharma
@ 2017-06-09 19:03 ` srishti sharma
  2017-06-12 12:23   ` Dan Carpenter
  0 siblings, 1 reply; 6+ messages in thread
From: srishti sharma @ 2017-06-09 19:03 UTC (permalink / raw)
  To: Greg KH
  Cc: Tobin C. Harding, shiva, Katherine Dunne, sayli karnik, devel,
	linux-kernel, srishti sharma

On Sat, Jun 10, 2017 at 12:25 AM, srishti sharma <srishtishar@gmail.com> wrote:
> Fixed alignment so that it matched open paranthesis .
>
> Signed-off-by: srishti sharma <srishtishar@gmail.com>
> ---
>  drivers/staging/ks7010/ks_hostif.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
> index 697347b..e3c11be 100644
> --- a/drivers/staging/ks7010/ks_hostif.c
> +++ b/drivers/staging/ks7010/ks_hostif.c
> @@ -1659,8 +1659,8 @@ void hostif_phy_information_request(struct ks_wlan_private *priv)
>
>  static
>  void hostif_power_mgmt_request(struct ks_wlan_private *priv,
> -                               unsigned long mode, unsigned long wake_up,
> -                               unsigned long receive_dtims)
> +                              unsigned long mode, unsigned long wake_up,
> +                              unsigned long receive_dtims)
>  {
>         struct hostif_power_mgmt_request_t *pp;
>
> --
> 2.7.4

Okay , this doesn't look right , please ignore ! Sorry

Thanks
Srishti

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

* Re: [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
  2017-06-09 19:03 ` srishti sharma
@ 2017-06-12 12:23   ` Dan Carpenter
  2017-06-12 12:46     ` srishti sharma
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Carpenter @ 2017-06-12 12:23 UTC (permalink / raw)
  To: srishti sharma
  Cc: Greg KH, devel, Katherine Dunne, sayli karnik, linux-kernel, shiva

On Sat, Jun 10, 2017 at 12:33:57AM +0530, srishti sharma wrote:
> On Sat, Jun 10, 2017 at 12:25 AM, srishti sharma <srishtishar@gmail.com> wrote:
> > Fixed alignment so that it matched open paranthesis .
> >
> > Signed-off-by: srishti sharma <srishtishar@gmail.com>
                   ^       ^

You're the opposite of me.  My mama named me with capital letters but
informally I sometimes use lower case.  Your formal name is lower case
but informally you use caps.  :P

> 
> Okay , this doesn't look right , please ignore ! Sorry
> 

It actually is correct, it just looks wrong in the diff because of the
extra " +-" character at the beginning of the line.

> Thanks
> Srishti

regards,
dan carpenter

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

* Re: [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
  2017-06-12 12:23   ` Dan Carpenter
@ 2017-06-12 12:46     ` srishti sharma
  2017-06-12 13:17       ` Dan Carpenter
  0 siblings, 1 reply; 6+ messages in thread
From: srishti sharma @ 2017-06-12 12:46 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Greg KH, devel, Katherine Dunne, sayli karnik, linux-kernel, shiva

On Mon, Jun 12, 2017 at 5:53 PM, Dan Carpenter <dan.carpenter@oracle.com> wrote:
> On Sat, Jun 10, 2017 at 12:33:57AM +0530, srishti sharma wrote:
>> On Sat, Jun 10, 2017 at 12:25 AM, srishti sharma <srishtishar@gmail.com> wrote:
>> > Fixed alignment so that it matched open paranthesis .
>> >
>> > Signed-off-by: srishti sharma <srishtishar@gmail.com>
>                    ^       ^
>
> You're the opposite of me.  My mama named me with capital letters but
> informally I sometimes use lower case.  Your formal name is lower case
> but informally you use caps.  :P
>
>>
>> Okay , this doesn't look right , please ignore ! Sorry
>>
>
> It actually is correct, it just looks wrong in the diff because of the
> extra " +-" character at the beginning of the line.
>
>> Thanks
>> Srishti
>
> regards,
> dan carpenter
>


Hey,

Thanks :) , so will this be accepted ?

Regards,
Srishti

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

* Re: [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
  2017-06-12 12:46     ` srishti sharma
@ 2017-06-12 13:17       ` Dan Carpenter
  2017-06-12 13:19         ` srishti sharma
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Carpenter @ 2017-06-12 13:17 UTC (permalink / raw)
  To: srishti sharma
  Cc: devel, Greg KH, sayli karnik, linux-kernel, Katherine Dunne, shiva

On Mon, Jun 12, 2017 at 06:16:30PM +0530, srishti sharma wrote:
> 
> Thanks :) , so will this be accepted ?
> 

Probably, yes.  Unless Greg has already dropped it because you said to
drop it.

regards,
dan carpenter

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

* Re: [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis
  2017-06-12 13:17       ` Dan Carpenter
@ 2017-06-12 13:19         ` srishti sharma
  0 siblings, 0 replies; 6+ messages in thread
From: srishti sharma @ 2017-06-12 13:19 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: devel, Greg KH, sayli karnik, linux-kernel, Katherine Dunne, shiva

On Mon, Jun 12, 2017 at 6:47 PM, Dan Carpenter <dan.carpenter@oracle.com> wrote:
> On Mon, Jun 12, 2017 at 06:16:30PM +0530, srishti sharma wrote:
>>
>> Thanks :) , so will this be accepted ?
>>
>
> Probably, yes.  Unless Greg has already dropped it because you said to
> drop it.
>
> regards,
> dan carpenter
>


Okay, Thanks :)

Regards,
srishti

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

end of thread, other threads:[~2017-06-12 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-09 18:55 [PATCH] Staging: ks7010: ks_hostif.c: Fixed alignment to match open parenthesis srishti sharma
2017-06-09 19:03 ` srishti sharma
2017-06-12 12:23   ` Dan Carpenter
2017-06-12 12:46     ` srishti sharma
2017-06-12 13:17       ` Dan Carpenter
2017-06-12 13:19         ` srishti sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®