linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] isst: isst_if.h: drop a duplicated word
@ 2020-07-19  0:29 Randy Dunlap
  2020-07-21 15:10 ` Srinivas Pandruvada
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-07-19  0:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Srinivas Pandruvada, platform-driver-x86,
	Darren Hart, Andy Shevchenko

Drop the repeated word "for" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: platform-driver-x86@vger.kernel.org
Cc: Darren Hart <dvhart@infradead.org>
Cc: Andy Shevchenko <andy@infradead.org>
---
This description could still use some better wording.

 include/uapi/linux/isst_if.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200717.orig/include/uapi/linux/isst_if.h
+++ linux-next-20200717/include/uapi/linux/isst_if.h
@@ -69,7 +69,7 @@ struct isst_if_cpu_maps {
  * @logical_cpu:	Logical CPU number to get target PCI device.
  * @reg:		PUNIT register offset
  * @value:		For write operation value to write and for
- *			for read placeholder read value
+ *			read placeholder read value
  *
  * Structure to specify read/write data to PUNIT registers.
  */

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

* Re: [PATCH] isst: isst_if.h: drop a duplicated word
  2020-07-19  0:29 [PATCH] isst: isst_if.h: drop a duplicated word Randy Dunlap
@ 2020-07-21 15:10 ` Srinivas Pandruvada
  2020-07-27 10:27   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Srinivas Pandruvada @ 2020-07-21 15:10 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: platform-driver-x86, Darren Hart, Andy Shevchenko

On Sat, 2020-07-18 at 17:29 -0700, Randy Dunlap wrote:
> Drop the repeated word "for" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: platform-driver-x86@vger.kernel.org
> Cc: Darren Hart <dvhart@infradead.org>
> Cc: Andy Shevchenko <andy@infradead.org>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>

> ---
> This description could still use some better wording.

I will fix the wording in a follow up patch.

>  include/uapi/linux/isst_if.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200717.orig/include/uapi/linux/isst_if.h
> +++ linux-next-20200717/include/uapi/linux/isst_if.h
> @@ -69,7 +69,7 @@ struct isst_if_cpu_maps {
>   * @logical_cpu:	Logical CPU number to get target PCI device.
>   * @reg:		PUNIT register offset
>   * @value:		For write operation value to write and for
> - *			for read placeholder read value
> + *			read placeholder read value
>   *
>   * Structure to specify read/write data to PUNIT registers.
>   */


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

* Re: [PATCH] isst: isst_if.h: drop a duplicated word
  2020-07-21 15:10 ` Srinivas Pandruvada
@ 2020-07-27 10:27   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-07-27 10:27 UTC (permalink / raw)
  To: Srinivas Pandruvada
  Cc: Randy Dunlap, Linux Kernel Mailing List, Platform Driver,
	Darren Hart, Andy Shevchenko

On Tue, Jul 21, 2020 at 6:10 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> On Sat, 2020-07-18 at 17:29 -0700, Randy Dunlap wrote:
> > Drop the repeated word "for" in a comment.
> >
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > Cc: platform-driver-x86@vger.kernel.org
> > Cc: Darren Hart <dvhart@infradead.org>
> > Cc: Andy Shevchenko <andy@infradead.org>
> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
>

Pushed to my review and testing queue, thanks!

> > ---
> > This description could still use some better wording.
>
> I will fix the wording in a follow up patch.
>
> >  include/uapi/linux/isst_if.h |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- linux-next-20200717.orig/include/uapi/linux/isst_if.h
> > +++ linux-next-20200717/include/uapi/linux/isst_if.h
> > @@ -69,7 +69,7 @@ struct isst_if_cpu_maps {
> >   * @logical_cpu:     Logical CPU number to get target PCI device.
> >   * @reg:             PUNIT register offset
> >   * @value:           For write operation value to write and for
> > - *                   for read placeholder read value
> > + *                   read placeholder read value
> >   *
> >   * Structure to specify read/write data to PUNIT registers.
> >   */
>


-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2020-07-27 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19  0:29 [PATCH] isst: isst_if.h: drop a duplicated word Randy Dunlap
2020-07-21 15:10 ` Srinivas Pandruvada
2020-07-27 10:27   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).