From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Pandruvada Subject: Re: [PATCH] isst: isst_if.h: drop a duplicated word Date: Tue, 21 Jul 2020 08:10:37 -0700 Message-ID: References: <20200719002903.20469-1-rdunlap@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20200719002903.20469-1-rdunlap@infradead.org> Sender: linux-kernel-owner@vger.kernel.org To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: platform-driver-x86@vger.kernel.org, Darren Hart , Andy Shevchenko List-Id: platform-driver-x86.vger.kernel.org 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 > Cc: Srinivas Pandruvada > Cc: platform-driver-x86@vger.kernel.org > Cc: Darren Hart > Cc: Andy Shevchenko Acked-by: Srinivas Pandruvada > --- > 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. > */