public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/00]Remove one to many n's in a word.
@ 2011-02-27  4:33 Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 01/17]drivers:dma:timb_dma.c Remove " Justin P. Mattock
                   ` (17 more replies)
  0 siblings, 18 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Anyways hope you take this as my appreciation to the kernel, it may not
be perfect, may be lame, may not be much, but atleast makes me feel good I did
the good deed of giving...

cheers,

Justin P. Mattock


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

* [PATCH 01/17]drivers:dma:timb_dma.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
@ 2011-02-27  4:33 ` Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 02/17]drivers:watchdog:sbc_epx_c3.c " Justin P. Mattock
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, Vinod Koul, Dan Williams

The Patch below removes one to many "n's" in a word.. 

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Vinod Koul <vinod.koul@intel.com>
CC: Dan Williams <dan.j.williams@intel.com>  

---
 drivers/dma/timb_dma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
index 3b88a4e..f69f90a 100644
--- a/drivers/dma/timb_dma.c
+++ b/drivers/dma/timb_dma.c
@@ -629,7 +629,7 @@ static int td_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd,
 		desc_node)
 		list_move(&td_desc->desc_node, &td_chan->free_list);
 
-	/* now tear down the runnning */
+	/* now tear down the running */
 	__td_finish(td_chan);
 	spin_unlock_bh(&td_chan->lock);
 
-- 
1.7.4.1


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

* [PATCH 02/17]drivers:watchdog:sbc_epx_c3.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 01/17]drivers:dma:timb_dma.c Remove " Justin P. Mattock
@ 2011-02-27  4:33 ` Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 03/17]drivers:usb:core:hub.c " Justin P. Mattock
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, Wim Van Sebroeck, linux-watchdog

The Patch below removes one to many "n's" in a word.. 

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Wim Van Sebroeck <wim@iguana.be>
CC: linux-watchdog@vger.kernel.org 
---
 drivers/watchdog/sbc_epx_c3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/watchdog/sbc_epx_c3.c b/drivers/watchdog/sbc_epx_c3.c
index 28f1214..3066a51 100644
--- a/drivers/watchdog/sbc_epx_c3.c
+++ b/drivers/watchdog/sbc_epx_c3.c
@@ -220,7 +220,7 @@ module_exit(watchdog_exit);
 MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>");
 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC.  "
 	"Note that there is no way to probe for this device -- "
-	"so only use it if you are *sure* you are runnning on this specific "
+	"so only use it if you are *sure* you are running on this specific "
 	"SBC system from Winsystems!  It writes to IO ports 0x1ee and 0x1ef!");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
-- 
1.7.4.1


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

* [PATCH 03/17]drivers:usb:core:hub.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 01/17]drivers:dma:timb_dma.c Remove " Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 02/17]drivers:watchdog:sbc_epx_c3.c " Justin P. Mattock
@ 2011-02-27  4:33 ` Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 04/17]drivers:usb:host:uhci-hcd.c " Justin P. Mattock
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Greg Kroah-Hartman, Alan Stern,
	linux-usb

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: linux-usb@vger.kernel.org
---
 drivers/usb/core/hub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index d041c68..bb9a25d 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -616,7 +616,7 @@ static int hub_port_disable(struct usb_hub *hub, int port1, int set_state)
 }
 
 /*
- * Disable a port and mark a logical connnect-change event, so that some
+ * Disable a port and mark a logical connect-change event, so that some
  * time later khubd will disconnect() any existing usb_device on the port
  * and will re-enumerate if there actually is a device attached.
  */
-- 
1.7.4.1


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

* [PATCH 04/17]drivers:usb:host:uhci-hcd.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (2 preceding siblings ...)
  2011-02-27  4:33 ` [PATCH 03/17]drivers:usb:core:hub.c " Justin P. Mattock
@ 2011-02-27  4:33 ` Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 05/17]drivers:staging:brcm80211:include:bcmsdh_sdmmc.h " Justin P. Mattock
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Alan Stern, Greg Kroah-Hartman,
	linux-usb

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: linux-usb@vger.kernel.org
---
 drivers/usb/host/uhci-hcd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
index cee8678..4f65b14 100644
--- a/drivers/usb/host/uhci-hcd.c
+++ b/drivers/usb/host/uhci-hcd.c
@@ -471,7 +471,7 @@ static irqreturn_t uhci_irq(struct usb_hcd *hcd)
 
 /*
  * Store the current frame number in uhci->frame_number if the controller
- * is runnning.  Expand from 11 bits (of which we use only 10) to a
+ * is running.  Expand from 11 bits (of which we use only 10) to a
  * full-sized integer.
  *
  * Like many other parts of the driver, this code relies on being polled
-- 
1.7.4.1


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

* [PATCH 05/17]drivers:staging:brcm80211:include:bcmsdh_sdmmc.h Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (3 preceding siblings ...)
  2011-02-27  4:33 ` [PATCH 04/17]drivers:usb:host:uhci-hcd.c " Justin P. Mattock
@ 2011-02-27  4:33 ` Justin P. Mattock
  2011-02-27  4:33 ` [PATCH 06/17]drivers:staging:rt2860 " Justin P. Mattock
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Brett Rudley, Henry Ptasinski,
	linux-wireless

Note: not sure if I sent this out or not.

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Brett Rudley <brudley@broadcom.com>
CC: Henry Ptasinski <henryp@broadcom.com>
CC: linux-wireless@vger.kernel.org 
---
 drivers/staging/brcm80211/include/bcmsdh_sdmmc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/brcm80211/include/bcmsdh_sdmmc.h b/drivers/staging/brcm80211/include/bcmsdh_sdmmc.h
index 4d671dd..c9602c6 100644
--- a/drivers/staging/brcm80211/include/bcmsdh_sdmmc.h
+++ b/drivers/staging/brcm80211/include/bcmsdh_sdmmc.h
@@ -52,7 +52,7 @@ extern void sdioh_sdmmc_osfree(sdioh_info_t *sd);
 
 struct sdioh_info {
 	struct osl_info *osh;		/* osh handler */
-	bool client_intr_enabled;	/* interrupt connnected flag */
+	bool client_intr_enabled;	/* interrupt connected flag */
 	bool intr_handler_valid;	/* client driver interrupt handler valid */
 	sdioh_cb_fn_t intr_handler;	/* registered interrupt handler */
 	void *intr_handler_arg;	/* argument to call interrupt handler */
-- 
1.7.4.1


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

* [PATCH 06/17]drivers:staging:rt2860 Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (4 preceding siblings ...)
  2011-02-27  4:33 ` [PATCH 05/17]drivers:staging:brcm80211:include:bcmsdh_sdmmc.h " Justin P. Mattock
@ 2011-02-27  4:33 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 07/17]drivers:staging:dspbridge:node.h " Justin P. Mattock
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:33 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Greg Kroah-Hartman,
	Andy Shevchenko, Jesper Juhl, devel

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
CC: Jesper Juhl <jj@chaosbits.net>
CC: devel@driverdev.osuosl.org 
---
 drivers/staging/rt2860/common/ba_action.c |    2 +-
 drivers/staging/rt2860/common/cmm_data.c  |    2 +-
 drivers/staging/rt2860/rtmp.h             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rt2860/common/ba_action.c b/drivers/staging/rt2860/common/ba_action.c
index b046c2b..62f6f6b 100644
--- a/drivers/staging/rt2860/common/ba_action.c
+++ b/drivers/staging/rt2860/common/ba_action.c
@@ -107,7 +107,7 @@ void Announce_Reordering_Packet(struct rt_rtmp_adapter *pAd,
 
 	if (mpdu->bAMSDU) {
 		ASSERT(0);
-		BA_Reorder_AMSDU_Annnounce(pAd, pPacket);
+		BA_Reorder_AMSDU_Announce(pAd, pPacket);
 	} else {
 		/* */
 		/* pass this 802.3 packet to upper layer or forward this packet to WM directly */
diff --git a/drivers/staging/rt2860/common/cmm_data.c b/drivers/staging/rt2860/common/cmm_data.c
index 2204c2b..f6c193c 100644
--- a/drivers/staging/rt2860/common/cmm_data.c
+++ b/drivers/staging/rt2860/common/cmm_data.c
@@ -1481,7 +1481,7 @@ u32 deaggregate_AMSDU_announce(struct rt_rtmp_adapter *pAd,
 	return nMSDU;
 }
 
-u32 BA_Reorder_AMSDU_Annnounce(struct rt_rtmp_adapter *pAd, void *pPacket)
+u32 BA_Reorder_AMSDU_Announce(struct rt_rtmp_adapter *pAd, void *pPacket)
 {
 	u8 *pData;
 	u16 DataSize;
diff --git a/drivers/staging/rt2860/rtmp.h b/drivers/staging/rt2860/rtmp.h
index 70daaa4..d16b06a 100644
--- a/drivers/staging/rt2860/rtmp.h
+++ b/drivers/staging/rt2860/rtmp.h
@@ -3611,7 +3611,7 @@ struct rt_rtmp_sg_list *rt_get_sg_list_from_packet(void *pPacket,
 
 void announce_802_3_packet(struct rt_rtmp_adapter *pAd, void *pPacket);
 
-u32 BA_Reorder_AMSDU_Annnounce(struct rt_rtmp_adapter *pAd, void *pPacket);
+u32 BA_Reorder_AMSDU_Announce(struct rt_rtmp_adapter *pAd, void *pPacket);
 
 struct net_device *get_netdev_from_bssid(struct rt_rtmp_adapter *pAd, u8 FromWhichBSSID);
 
-- 
1.7.4.1


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

* [PATCH 07/17]drivers:staging:dspbridge:node.h Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (5 preceding siblings ...)
  2011-02-27  4:33 ` [PATCH 06/17]drivers:staging:rt2860 " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 08/17]drivers:staging:westbridge:astoria " Justin P. Mattock
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Greg Kroah-Hartman, Rene Sapiens,
	devel

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: Rene Sapiens <rene.sapiens@ti.com>
CC: devel@driverdev.osuosl.org
  
---
 .../staging/tidspbridge/include/dspbridge/node.h   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/tidspbridge/include/dspbridge/node.h b/drivers/staging/tidspbridge/include/dspbridge/node.h
index 49ed5c1..8414e22 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/node.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/node.h
@@ -134,7 +134,7 @@ extern int node_close_orphans(struct node_mgr *hnode_mgr,
  *  ======== node_connect ========
  *  Purpose:
  *      Connect two nodes on the DSP, or a node on the DSP to the GPP. In the
- *      case that the connnection is being made between a node on the DSP and
+ *      case that the connection is being made between a node on the DSP and
  *      the GPP, one of the node handles (either node1 or node2) must be
  *      the constant NODE_HGPPNODE.
  *  Parameters:
-- 
1.7.4.1


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

* [PATCH 08/17]drivers:staging:westbridge:astoria Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (6 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 07/17]drivers:staging:dspbridge:node.h " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 09/17]drivers:staging:bcm:CmHost.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Greg Kroah-Hartman, David Cross,
	devel

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Greg Kroah-Hartman <gregkh@suse.de> 
CC: David Cross <david.cross@cypress.com>
CC: devel@driverdev.osuosl.org
---
 .../staging/westbridge/astoria/api/src/cyasusb.c   |    4 ++--
 .../astoria/include/linux/westbridge/cyasusb.h     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/westbridge/astoria/api/src/cyasusb.c b/drivers/staging/westbridge/astoria/api/src/cyasusb.c
index 7777d9a..71fe2fd 100644
--- a/drivers/staging/westbridge/astoria/api/src/cyasusb.c
+++ b/drivers/staging/westbridge/astoria/api/src/cyasusb.c
@@ -1056,8 +1056,8 @@ destroy:
 * This method asks the West Bridge device to connect the
 * internal USB D+ and D- signals to the USB pins, thus
 * starting the enumeration processes if the external pins
-* are connnected to a USB host. If the external pins are
-* not connect to a USB host, enumeration will begin as soon
+* are connected to a USB host. If the external pins are
+* not connected to a USB host, enumeration will begin as soon
 * as the USB pins are connected to a host.
 */
 cy_as_return_status_t
diff --git a/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h b/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h
index 9049c8d..4a549e1 100644
--- a/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h
+++ b/drivers/staging/westbridge/astoria/include/linux/westbridge/cyasusb.h
@@ -746,7 +746,7 @@ cy_as_usb_register_callback(
    the West Bridge device as a different
    device when necessary.  This function connects the D+ and D-
    signal physically to the USB host
-   if they have been previously disconnnected.
+   if they have been previously disconnected.
 
    * Valid In Asynchronous Callback: YES (if cb supplied)
    * Nestable: YES
-- 
1.7.4.1


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

* [PATCH 09/17]drivers:staging:bcm:CmHost.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (7 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 08/17]drivers:staging:westbridge:astoria " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 10/17]drivers:hwmon:sht15.c " Justin P. Mattock
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Greg Kroah-Hartman,
	Stephen Hemminger, devel

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: Stephen Hemminger <shemminger@vyatta.com>
CC: devel@driverdev.osuosl.org
---
 drivers/staging/bcm/CmHost.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c
index 5ac4582..017b471 100644
--- a/drivers/staging/bcm/CmHost.c
+++ b/drivers/staging/bcm/CmHost.c
@@ -1,6 +1,6 @@
 /************************************************************
 *			CMHOST.C
-*	This file contains the routines for handling Connnection
+*	This file contains the routines for handling Connection
 *	Management.
 ************************************************************/
 
-- 
1.7.4.1


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

* [PATCH 10/17]drivers:hwmon:sht15.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (8 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 09/17]drivers:staging:bcm:CmHost.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  7:54   ` Jean Delvare
  2011-02-27  4:34 ` [PATCH 11/17]fs:btrfs:disk-io.c " Justin P. Mattock
                   ` (7 subsequent siblings)
  17 siblings, 1 reply; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Jean Delvare, Guenter Roeck,
	lm-sensors

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Jean Delvare <khali@linux-fr.org>
CC: Guenter Roeck <guenter.roeck@ericsson.com>
CC: lm-sensors@lm-sensors.org
---
 drivers/hwmon/sht15.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
index a610e78..3ba7dd8 100644
--- a/drivers/hwmon/sht15.c
+++ b/drivers/hwmon/sht15.c
@@ -610,7 +610,7 @@ static int __devexit sht15_remove(struct platform_device *pdev)
 	struct sht15_data *data = platform_get_drvdata(pdev);
 
 	/* Make sure any reads from the device are done and
-	 * prevent new ones beginnning */
+	 * prevent new ones from beginning */
 	mutex_lock(&data->read_lock);
 	hwmon_device_unregister(data->hwmon_dev);
 	sysfs_remove_group(&pdev->dev.kobj, &sht15_attr_group);
-- 
1.7.4.1


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

* [PATCH 11/17]fs:btrfs:disk-io.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (9 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 10/17]drivers:hwmon:sht15.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 12/17]fs:jbd " Justin P. Mattock
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, Chris Mason

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Chris Mason <chris.mason@oracle.com> 
---
 fs/btrfs/disk-io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index e1aa8d6..100b07f 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -2493,7 +2493,7 @@ int close_ctree(struct btrfs_root *root)
 	 * ERROR state on disk.
 	 *
 	 * 2. when btrfs flips readonly just in btrfs_commit_super,
-	 * and in such case, btrfs cannnot write sb via btrfs_commit_super,
+	 * and in such case, btrfs cannot write sb via btrfs_commit_super,
 	 * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag,
 	 * btrfs will cleanup all FS resources first and write sb then.
 	 */
-- 
1.7.4.1


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

* [PATCH 12/17]fs:jbd Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (10 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 11/17]fs:btrfs:disk-io.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27 22:38   ` Ted Ts'o
  2011-02-28 18:25   ` Jan Kara
  2011-02-27  4:34 ` [PATCH 13/17]fs:notify:fanotify:fanotify_user.c " Justin P. Mattock
                   ` (5 subsequent siblings)
  17 siblings, 2 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Andrew Morton, Jan Kara,
	linux-ext4

The Patch below removes one to many "n's" in a word.. 

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Andrew Morton <akpm@linux-foundation.org> 
CC: Jan Kara <jack@suse.cz> 
CC: linux-ext4@vger.kernel.org
---
 fs/jbd/journal.c  |    2 +-
 fs/jbd2/journal.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c
index da1b5e4..eb11601 100644
--- a/fs/jbd/journal.c
+++ b/fs/jbd/journal.c
@@ -839,7 +839,7 @@ journal_t * journal_init_inode (struct inode *inode)
 	err = journal_bmap(journal, 0, &blocknr);
 	/* If that failed, give up */
 	if (err) {
-		printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
+		printk(KERN_ERR "%s: Cannot locate journal superblock\n",
 		       __func__);
 		goto out_err;
 	}
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
index 97e7346..90407b8 100644
--- a/fs/jbd2/journal.c
+++ b/fs/jbd2/journal.c
@@ -991,7 +991,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode)
 	err = jbd2_journal_bmap(journal, 0, &blocknr);
 	/* If that failed, give up */
 	if (err) {
-		printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
+		printk(KERN_ERR "%s: Cannot locate journal superblock\n",
 		       __func__);
 		goto out_err;
 	}
-- 
1.7.4.1


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

* [PATCH 13/17]fs:notify:fanotify:fanotify_user.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (11 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 12/17]fs:jbd " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 14/17]fs:notify:inotify:inotify_user.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, Eric Paris

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Eric Paris <eparis@redhat.com> 
---
 fs/notify/fanotify/fanotify_user.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c
index 8b61220..6b1305d 100644
--- a/fs/notify/fanotify/fanotify_user.c
+++ b/fs/notify/fanotify/fanotify_user.c
@@ -876,7 +876,7 @@ SYSCALL_ALIAS(sys_fanotify_mark, SyS_fanotify_mark);
 #endif
 
 /*
- * fanotify_user_setup - Our initialization function.  Note that we cannnot return
+ * fanotify_user_setup - Our initialization function.  Note that we cannot return
  * error because we have compiled-in VFS hooks.  So an (unlikely) failure here
  * must result in panic().
  */
-- 
1.7.4.1


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

* [PATCH 14/17]fs:notify:inotify:inotify_user.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (12 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 13/17]fs:notify:fanotify:fanotify_user.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 15/17]mm:mempolicy.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, John McCutchan, Robert Love

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: John McCutchan <john@johnmccutchan.com>
CC: Robert Love <rlove@rlove.org>
---
 fs/notify/inotify/inotify_user.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c
index 4cd5d5d..bd46e7c 100644
--- a/fs/notify/inotify/inotify_user.c
+++ b/fs/notify/inotify/inotify_user.c
@@ -841,7 +841,7 @@ out:
 }
 
 /*
- * inotify_user_setup - Our initialization function.  Note that we cannnot return
+ * inotify_user_setup - Our initialization function.  Note that we cannot return
  * error because we have compiled-in VFS hooks.  So an (unlikely) failure here
  * must result in panic().
  */
-- 
1.7.4.1


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

* [PATCH 15/17]mm:mempolicy.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (13 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 14/17]fs:notify:inotify:inotify_user.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Andrew Morton, KOSAKI Motohiro,
	linux-mm

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
CC: linux-mm@kvack.org
---
 mm/mempolicy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 368fc9d..a5d7995 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -993,7 +993,7 @@ int do_migrate_pages(struct mm_struct *mm,
 	 * most recent <s, d> pair that moved (s != d).  If we find a pair
 	 * that not only moved, but what's better, moved to an empty slot
 	 * (d is not set in tmp), then we break out then, with that pair.
-	 * Otherwise when we finish scannng from_tmp, we at least have the
+	 * Otherwise when we finish scanning from_tmp, we at least have the
 	 * most recent <s, d> pair that moved.  If we get all the way through
 	 * the scan of tmp without finding any node that moved, much less
 	 * moved to an empty node, then there is nothing left worth migrating.
-- 
1.7.4.1


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

* [PATCH 16/17]mm:shmem.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (14 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 15/17]mm:mempolicy.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-03-01 14:12   ` [PATCH 00/00]Remove " Jiri Kosina
  2011-02-27  4:34 ` [PATCH 17/17]sound:core:seq:seq_ports.c Remove " Justin P. Mattock
  2011-02-28  8:17 ` [PATCH 00/00]Remove " Andy Shevchenko
  17 siblings, 1 reply; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, Hugh Dickins, linux-mm

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Hugh Dickins <hughd@google.com>
CC: linux-mm@kvack.org
---
 mm/shmem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/shmem.c b/mm/shmem.c
index 5ee67c9..3cdb243 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -779,7 +779,7 @@ static int shmem_notify_change(struct dentry *dentry, struct iattr *attr)
 			 * If truncating down to a partial page, then
 			 * if that page is already allocated, hold it
 			 * in memory until the truncation is over, so
-			 * truncate_partial_page cannnot miss it were
+			 * truncate_partial_page cannot miss it were
 			 * it assigned to swap.
 			 */
 			if (newsize & (PAGE_CACHE_SIZE-1)) {
-- 
1.7.4.1


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

* [PATCH 17/17]sound:core:seq:seq_ports.c Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (15 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  9:06   ` Takashi Iwai
  2011-02-28  8:17 ` [PATCH 00/00]Remove " Andy Shevchenko
  17 siblings, 1 reply; 25+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Jaroslav Kysela, Takashi Iwai,
	alsa-devel

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Jaroslav Kysela <perex@perex.cz>
CC: Takashi Iwai <tiwai@suse.de>
CC: alsa-devel@alsa-project.org
---
 sound/core/seq/seq_ports.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/core/seq/seq_ports.c b/sound/core/seq/seq_ports.c
index 3bf7d73..e12bcd9 100644
--- a/sound/core/seq/seq_ports.c
+++ b/sound/core/seq/seq_ports.c
@@ -412,7 +412,7 @@ int snd_seq_get_port_info(struct snd_seq_client_port * port,
  * initialization or termination of devices (see seq_midi.c).
  *
  * If callback_all option is set, the callback function is invoked
- * at each connnection/disconnection. 
+ * at each connection/disconnection. 
  */
 
 static int subscribe_port(struct snd_seq_client *client,
-- 
1.7.4.1


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

* Re: [PATCH 10/17]drivers:hwmon:sht15.c Remove one to many n's in a word.
  2011-02-27  4:34 ` [PATCH 10/17]drivers:hwmon:sht15.c " Justin P. Mattock
@ 2011-02-27  7:54   ` Jean Delvare
  0 siblings, 0 replies; 25+ messages in thread
From: Jean Delvare @ 2011-02-27  7:54 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel, Guenter Roeck, lm-sensors

On Sat, 26 Feb 2011 20:34:03 -0800, Justin P. Mattock wrote:
> The Patch below removes one to many "n's" in a word..

4 spelling mistakes in the summary of a spelling fix patch. Ah, the
irony ;)


> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> CC: Jean Delvare <khali@linux-fr.org>
> CC: Guenter Roeck <guenter.roeck@ericsson.com>
> CC: lm-sensors@lm-sensors.org
> ---
>  drivers/hwmon/sht15.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
> index a610e78..3ba7dd8 100644
> --- a/drivers/hwmon/sht15.c
> +++ b/drivers/hwmon/sht15.c
> @@ -610,7 +610,7 @@ static int __devexit sht15_remove(struct platform_device *pdev)
>  	struct sht15_data *data = platform_get_drvdata(pdev);
>  
>  	/* Make sure any reads from the device are done and
> -	 * prevent new ones beginnning */
> +	 * prevent new ones from beginning */
>  	mutex_lock(&data->read_lock);
>  	hwmon_device_unregister(data->hwmon_dev);
>  	sysfs_remove_group(&pdev->dev.kobj, &sht15_attr_group);

Applied, thanks.

-- 
Jean Delvare

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

* Re: [PATCH 17/17]sound:core:seq:seq_ports.c Remove one to many n's in a word.
  2011-02-27  4:34 ` [PATCH 17/17]sound:core:seq:seq_ports.c Remove " Justin P. Mattock
@ 2011-02-27  9:06   ` Takashi Iwai
  0 siblings, 0 replies; 25+ messages in thread
From: Takashi Iwai @ 2011-02-27  9:06 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel, Jaroslav Kysela, alsa-devel

At Sat, 26 Feb 2011 20:34:10 -0800,
Justin P. Mattock wrote:
> 
> The Patch below removes one to many "n's" in a word..
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> CC: Jaroslav Kysela <perex@perex.cz>
> CC: Takashi Iwai <tiwai@suse.de>
> CC: alsa-devel@alsa-project.org

Thanks, applied to sound git tree now.


Takashi

> ---
>  sound/core/seq/seq_ports.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/core/seq/seq_ports.c b/sound/core/seq/seq_ports.c
> index 3bf7d73..e12bcd9 100644
> --- a/sound/core/seq/seq_ports.c
> +++ b/sound/core/seq/seq_ports.c
> @@ -412,7 +412,7 @@ int snd_seq_get_port_info(struct snd_seq_client_port * port,
>   * initialization or termination of devices (see seq_midi.c).
>   *
>   * If callback_all option is set, the callback function is invoked
> - * at each connnection/disconnection. 
> + * at each connection/disconnection. 
>   */
>  
>  static int subscribe_port(struct snd_seq_client *client,
> -- 
> 1.7.4.1
> 

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

* Re: [PATCH 12/17]fs:jbd Remove one to many n's in a word.
  2011-02-27  4:34 ` [PATCH 12/17]fs:jbd " Justin P. Mattock
@ 2011-02-27 22:38   ` Ted Ts'o
  2011-02-28 18:25   ` Jan Kara
  1 sibling, 0 replies; 25+ messages in thread
From: Ted Ts'o @ 2011-02-27 22:38 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-kernel, Andrew Morton, Jan Kara, linux-ext4

On Sat, Feb 26, 2011 at 08:34:05PM -0800, Justin P. Mattock wrote:
> The Patch below removes one to many "n's" in a word.. 
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> CC: Andrew Morton <akpm@linux-foundation.org> 
> CC: Jan Kara <jack@suse.cz> 
> CC: linux-ext4@vger.kernel.org

Acked-by: "Theodore Ts'o" <tytso@mit.edu>

						- Ted

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

* Re: [PATCH 00/00]Remove one to many n's in a word.
  2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
                   ` (16 preceding siblings ...)
  2011-02-27  4:34 ` [PATCH 17/17]sound:core:seq:seq_ports.c Remove " Justin P. Mattock
@ 2011-02-28  8:17 ` Andy Shevchenko
  17 siblings, 0 replies; 25+ messages in thread
From: Andy Shevchenko @ 2011-02-28  8:17 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

On Sun, Feb 27, 2011 at 6:33 AM, Justin P. Mattock
<justinmattock@gmail.com> wrote:
> Anyways hope you take this as my appreciation to the kernel, it may not
> be perfect, may be lame, may not be much, but atleast makes me feel good I did
> the good deed of giving...
It's quite OK for the stable drivers, but for staging one in some
cases (patch #6, for example)
the efforts have no logical end. I mean, the style of a function name
is also wrong
and it might be better to fix the whole name. However, it's only my
own opinion, the maintainer
may have their view on this.

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH 12/17]fs:jbd Remove one to many n's in a word.
  2011-02-27  4:34 ` [PATCH 12/17]fs:jbd " Justin P. Mattock
  2011-02-27 22:38   ` Ted Ts'o
@ 2011-02-28 18:25   ` Jan Kara
  1 sibling, 0 replies; 25+ messages in thread
From: Jan Kara @ 2011-02-28 18:25 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: trivial, linux-kernel, Andrew Morton, Jan Kara, linux-ext4

On Sat 26-02-11 20:34:05, Justin P. Mattock wrote:
> The Patch below removes one to many "n's" in a word.. 
  Thanks. Merged.

							Honza

> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> CC: Andrew Morton <akpm@linux-foundation.org> 
> CC: Jan Kara <jack@suse.cz> 
> CC: linux-ext4@vger.kernel.org
> ---
>  fs/jbd/journal.c  |    2 +-
>  fs/jbd2/journal.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c
> index da1b5e4..eb11601 100644
> --- a/fs/jbd/journal.c
> +++ b/fs/jbd/journal.c
> @@ -839,7 +839,7 @@ journal_t * journal_init_inode (struct inode *inode)
>  	err = journal_bmap(journal, 0, &blocknr);
>  	/* If that failed, give up */
>  	if (err) {
> -		printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
> +		printk(KERN_ERR "%s: Cannot locate journal superblock\n",
>  		       __func__);
>  		goto out_err;
>  	}
> diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
> index 97e7346..90407b8 100644
> --- a/fs/jbd2/journal.c
> +++ b/fs/jbd2/journal.c
> @@ -991,7 +991,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode)
>  	err = jbd2_journal_bmap(journal, 0, &blocknr);
>  	/* If that failed, give up */
>  	if (err) {
> -		printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
> +		printk(KERN_ERR "%s: Cannot locate journal superblock\n",
>  		       __func__);
>  		goto out_err;
>  	}
> -- 
> 1.7.4.1
> 
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

* Re: [PATCH 00/00]Remove one to many n's in a word.
  2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
@ 2011-03-01 14:12   ` Jiri Kosina
  2011-03-01 15:30     ` Justin Mattock
  0 siblings, 1 reply; 25+ messages in thread
From: Jiri Kosina @ 2011-03-01 14:12 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: linux-kernel, Vinod Koul, Dan Williams, Wim Van Sebroeck,
	linux-watchdog, Greg Kroah-Hartman, Alan Stern, linux-usb,
	Chris Mason, Eric Paris, John McCutchan, Robert Love,
	Andrew Morton, KOSAKI Motohiro, linux-mm, Hugh Dickins

On Sat, 26 Feb 2011, Justin P. Mattock wrote:

> The Patch below removes one to many "n's" in a word.. 

Hi Justin,

I have applied all the patches from the series which were not present in 
linux-next as of today (in a squashed-together form, no need to have 
separated commits for such cosmetic changes).

I'd suggest that, unless any subsystem maintainer explicitly states 
otherwise, you submit all such similar changes justo to trivial@kernel.org 
(and perhaps CC LKML). I propose this because:

- I believe most maintainers don't care about these changes and don't need 
  to be bothered
- it reduces annoying mail traffic (tens of mails because such 
  nano-change)
- it reduces the trivial tree maintainership load, as I don't have to wait 
  and cross-check which maintainer has applied which bits and which ones 
  were not picked up

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: [PATCH 00/00]Remove one to many n's in a word.
  2011-03-01 14:12   ` [PATCH 00/00]Remove " Jiri Kosina
@ 2011-03-01 15:30     ` Justin Mattock
  0 siblings, 0 replies; 25+ messages in thread
From: Justin Mattock @ 2011-03-01 15:30 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-kernel, Vinod Koul, Dan Williams, Wim Van Sebroeck,
	linux-watchdog, Greg Kroah-Hartman, Alan Stern, linux-usb,
	Chris Mason, Eric Paris, John McCutchan, Robert Love,
	Andrew Morton, KOSAKI Motohiro, linux-mm, Hugh Dickins


On Mar 1, 2011, at 6:12 AM, Jiri Kosina wrote:

> On Sat, 26 Feb 2011, Justin P. Mattock wrote:
>
>> The Patch below removes one to many "n's" in a word..
>
> Hi Justin,
>
> I have applied all the patches from the series which were not  
> present in
> linux-next as of today (in a squashed-together form, no need to have
> separated commits for such cosmetic changes).
>
> I'd suggest that, unless any subsystem maintainer explicitly states
> otherwise, you submit all such similar changes justo to trivial@kernel.org
> (and perhaps CC LKML). I propose this because:
>
> - I believe most maintainers don't care about these changes and  
> don't need
>  to be bothered
> - it reduces annoying mail traffic (tens of mails because such
>  nano-change)
> - it reduces the trivial tree maintainership load, as I don't have  
> to wait
>  and cross-check which maintainer has applied which bits and which  
> ones
>  were not picked up
>
> -- 
> Jiri Kosina
> SUSE Labs, Novell Inc.


alright. makes sense.
I have another set of fixes that I did, I'll send it out later today  
or tomorrow to just trivial and lkml.

Justin P. Mattock

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

end of thread, other threads:[~2011-03-01 15:30 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27  4:33 [PATCH 00/00]Remove one to many n's in a word Justin P. Mattock
2011-02-27  4:33 ` [PATCH 01/17]drivers:dma:timb_dma.c Remove " Justin P. Mattock
2011-02-27  4:33 ` [PATCH 02/17]drivers:watchdog:sbc_epx_c3.c " Justin P. Mattock
2011-02-27  4:33 ` [PATCH 03/17]drivers:usb:core:hub.c " Justin P. Mattock
2011-02-27  4:33 ` [PATCH 04/17]drivers:usb:host:uhci-hcd.c " Justin P. Mattock
2011-02-27  4:33 ` [PATCH 05/17]drivers:staging:brcm80211:include:bcmsdh_sdmmc.h " Justin P. Mattock
2011-02-27  4:33 ` [PATCH 06/17]drivers:staging:rt2860 " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 07/17]drivers:staging:dspbridge:node.h " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 08/17]drivers:staging:westbridge:astoria " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 09/17]drivers:staging:bcm:CmHost.c " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 10/17]drivers:hwmon:sht15.c " Justin P. Mattock
2011-02-27  7:54   ` Jean Delvare
2011-02-27  4:34 ` [PATCH 11/17]fs:btrfs:disk-io.c " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 12/17]fs:jbd " Justin P. Mattock
2011-02-27 22:38   ` Ted Ts'o
2011-02-28 18:25   ` Jan Kara
2011-02-27  4:34 ` [PATCH 13/17]fs:notify:fanotify:fanotify_user.c " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 14/17]fs:notify:inotify:inotify_user.c " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 15/17]mm:mempolicy.c " Justin P. Mattock
2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
2011-03-01 14:12   ` [PATCH 00/00]Remove " Jiri Kosina
2011-03-01 15:30     ` Justin Mattock
2011-02-27  4:34 ` [PATCH 17/17]sound:core:seq:seq_ports.c Remove " Justin P. Mattock
2011-02-27  9:06   ` Takashi Iwai
2011-02-28  8:17 ` [PATCH 00/00]Remove " Andy Shevchenko

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