All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] serial: linflexuart: remove redundant uart type assignment
@ 2023-01-04 15:24 lizhe
  2023-01-04 15:39 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: lizhe @ 2023-01-04 15:24 UTC (permalink / raw)
  To: gregkh, jirislaby, ilpo.jarvinen; +Cc: linux-serial, linux-kernel, lizhe

in linflex_config_port() the member variable type will be
assigned again. see linflex_connfig_port()

Signed-off-by: lizhe <sensor1010@163.com>
Link: https://lore.kernel.org/all/20230103170948.3777-1-sensor1010@163.com/
---
 drivers/tty/serial/fsl_linflexuart.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/tty/serial/fsl_linflexuart.c b/drivers/tty/serial/fsl_linflexuart.c
index 6fc21b6684e6..34400cc6ac7f 100644
--- a/drivers/tty/serial/fsl_linflexuart.c
+++ b/drivers/tty/serial/fsl_linflexuart.c
@@ -837,7 +837,6 @@ static int linflex_probe(struct platform_device *pdev)
 		return PTR_ERR(sport->membase);
 
 	sport->dev = &pdev->dev;
-	sport->type = PORT_LINFLEXUART;
 	sport->iotype = UPIO_MEM;
 	sport->irq = platform_get_irq(pdev, 0);
 	sport->ops = &linflex_pops;
-- 
2.17.1


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

* Re: [PATCH v4] serial: linflexuart: remove redundant uart type assignment
  2023-01-04 15:24 [PATCH v4] serial: linflexuart: remove redundant uart type assignment lizhe
@ 2023-01-04 15:39 ` Greg KH
       [not found]   ` <41a69271.666a.1857d7827c3.Coremail.sensor1010@163.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2023-01-04 15:39 UTC (permalink / raw)
  To: lizhe; +Cc: jirislaby, ilpo.jarvinen, linux-serial, linux-kernel

On Wed, Jan 04, 2023 at 07:24:44AM -0800, lizhe wrote:
> in linflex_config_port() the member variable type will be
> assigned again. see linflex_connfig_port()
> 
> Signed-off-by: lizhe <sensor1010@163.com>
> Link: https://lore.kernel.org/all/20230103170948.3777-1-sensor1010@163.com/
> ---
>  drivers/tty/serial/fsl_linflexuart.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/fsl_linflexuart.c b/drivers/tty/serial/fsl_linflexuart.c
> index 6fc21b6684e6..34400cc6ac7f 100644
> --- a/drivers/tty/serial/fsl_linflexuart.c
> +++ b/drivers/tty/serial/fsl_linflexuart.c
> @@ -837,7 +837,6 @@ static int linflex_probe(struct platform_device *pdev)
>  		return PTR_ERR(sport->membase);
>  
>  	sport->dev = &pdev->dev;
> -	sport->type = PORT_LINFLEXUART;
>  	sport->iotype = UPIO_MEM;
>  	sport->irq = platform_get_irq(pdev, 0);
>  	sport->ops = &linflex_pops;
> -- 
> 2.17.1
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- It looks like you did not use your "real" name for the patch on either
  the Signed-off-by: line, or the From: line (both of which have to
  match).  Please read the kernel file,
  Documentation/process/submitting-patches.rst for how to do this
  correctly.

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/process/submitting-patches.rst for what
  needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

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

* Re: Re: [PATCH v4] serial: linflexuart: remove redundant uart type assignment
       [not found]   ` <41a69271.666a.1857d7827c3.Coremail.sensor1010@163.com>
@ 2023-01-04 15:51     ` Greg KH
       [not found]       ` <42d1b3d4.6710.1857dac01d8.Coremail.sensor1010@163.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2023-01-04 15:51 UTC (permalink / raw)
  To: lizhe; +Cc: jirislaby, ilpo.jarvinen, linux-serial, linux-kernel

A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

A: No.
Q: Should I include quotations after my reply?

http://daringfireball.net/2007/07/on_top

On Wed, Jan 04, 2023 at 11:48:24PM +0800, lizhe wrote:
> 
> 
> 
> HI : 
>     1 .  
> I'm Chinese, lizhe is my name, and my email is sensor1010@163.com ,
> How to express real name?

Your full name that you sign documents with?  If so, great, but odds are
there is a capital letter in there, right?  Or just use your Chinese
name, that's fine too.

thanks,

greg k-h

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

* Re: Re: Re: [PATCH v4] serial: linflexuart: remove redundant uart type assignment
       [not found]       ` <42d1b3d4.6710.1857dac01d8.Coremail.sensor1010@163.com>
@ 2023-01-05 11:26         ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2023-01-05 11:26 UTC (permalink / raw)
  To: lizhe; +Cc: jirislaby, ilpo.jarvinen, linux-serial, linux-kernel

On Thu, Jan 05, 2023 at 12:45:02AM +0800, lizhe wrote:
> HI : 
>     thanks. Modified to LIZHE

Why?  Again, why not just use the proper Chinese characters that you use
to sign your name with in documents in your country?

And again, please do not top-post.  Nor send html-formatted emails...

thanks,

greg k-h

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

end of thread, other threads:[~2023-01-05 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 15:24 [PATCH v4] serial: linflexuart: remove redundant uart type assignment lizhe
2023-01-04 15:39 ` Greg KH
     [not found]   ` <41a69271.666a.1857d7827c3.Coremail.sensor1010@163.com>
2023-01-04 15:51     ` Greg KH
     [not found]       ` <42d1b3d4.6710.1857dac01d8.Coremail.sensor1010@163.com>
2023-01-05 11:26         ` Greg KH

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.