public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removed repeated word in comments in arch/tile/include/uapi/arch/sim_def.h
@ 2014-08-08  2:24 Kurt McAlpine
  2014-08-29 17:40 ` Chris Metcalf
  0 siblings, 1 reply; 2+ messages in thread
From: Kurt McAlpine @ 2014-08-08  2:24 UTC (permalink / raw)
  To: cmetcalf; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Hello,

I have created a simple patch that removes repeated words in arch/tile/include/uapi/arch/sim_def.h

Thanks,
Kurt McAlpine

[-- Attachment #2: 0001-Removed-repeated-word-in-comments.patch --]
[-- Type: text/x-diff, Size: 1588 bytes --]

>From 7496bc191f1ea2fde0af9d316e5330bc99e5638d Mon Sep 17 00:00:00 2001
From: Kurt McAlpine <kurtmcalpine@gmail.com>
Date: Thu, 7 Aug 2014 08:50:25 +1200
Subject: [PATCH] Removed repeated word in comments
Signed-off-by: Kurt McAlpine <kurt@linux.com>

---
 arch/tile/include/uapi/arch/sim_def.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/tile/include/uapi/arch/sim_def.h b/arch/tile/include/uapi/arch/sim_def.h
index 4b44a2b..1c06953 100644
--- a/arch/tile/include/uapi/arch/sim_def.h
+++ b/arch/tile/include/uapi/arch/sim_def.h
@@ -360,19 +360,19 @@
  * @{
  */
 
-/** Use with with SIM_PROFILER_CHIP_xxx to control the memory controllers. */
+/** Use with SIM_PROFILER_CHIP_xxx to control the memory controllers. */
 #define SIM_CHIP_MEMCTL        0x001
 
-/** Use with with SIM_PROFILER_CHIP_xxx to control the XAUI interface. */
+/** Use with SIM_PROFILER_CHIP_xxx to control the XAUI interface. */
 #define SIM_CHIP_XAUI          0x002
 
-/** Use with with SIM_PROFILER_CHIP_xxx to control the PCIe interface. */
+/** Use with SIM_PROFILER_CHIP_xxx to control the PCIe interface. */
 #define SIM_CHIP_PCIE          0x004
 
-/** Use with with SIM_PROFILER_CHIP_xxx to control the MPIPE interface. */
+/** Use with SIM_PROFILER_CHIP_xxx to control the MPIPE interface. */
 #define SIM_CHIP_MPIPE         0x008
 
-/** Use with with SIM_PROFILER_CHIP_xxx to control the TRIO interface. */
+/** Use with SIM_PROFILER_CHIP_xxx to control the TRIO interface. */
 #define SIM_CHIP_TRIO          0x010
 
 /** Reference all chip devices. */
-- 
1.9.1


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

* Re: [PATCH] Removed repeated word in comments in arch/tile/include/uapi/arch/sim_def.h
  2014-08-08  2:24 [PATCH] Removed repeated word in comments in arch/tile/include/uapi/arch/sim_def.h Kurt McAlpine
@ 2014-08-29 17:40 ` Chris Metcalf
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2014-08-29 17:40 UTC (permalink / raw)
  To: Kurt McAlpine; +Cc: linux-kernel

On 8/7/2014 10:24 PM, Kurt McAlpine wrote:
> I have created a simple patch that removes repeated words in arch/tile/include/uapi/arch/sim_def.h

Thanks; applied.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


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

end of thread, other threads:[~2014-08-29 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08  2:24 [PATCH] Removed repeated word in comments in arch/tile/include/uapi/arch/sim_def.h Kurt McAlpine
2014-08-29 17:40 ` Chris Metcalf

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