linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the trivial tree with the net tree
@ 2011-01-04  3:22 Stephen Rothwell
  2011-01-05 14:51 ` Jiri Kosina
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2011-01-04  3:22 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Justin P. Mattock, Wey-Yi Guy,
	John W. Linville, David Miller, netdev

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

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/wireless/iwlwifi/iwl-core.c between commit
81baf6ec9c190ae128748cf2a026bff5cb811b70 ("iwlwifi: Legacy isr only used
by legacy devices") from the net tree and commit
62e45c14fb9a978dca6c7a5dc8372cc8ea2f42c8 ("wireless: comment typo fix
diable -> disable") from the trivial tree.

The former moves the code modified by the latter to
drivers/net/wireless/iwlwifi/iwl-legacy.c. I didn't bother refixing the
typo there.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2011-07-22  4:18 Stephen Rothwell
  2011-07-22  6:42 ` Francois Romieu
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2011-07-22  4:18 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Phil Carmody, Francois Romieu,
	David Miller, netdev

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/r8169.c between commit b6ffd97f5bcf ("r8169: move the
firmware down into the device private data") (and others) from the net
tree and commit 497888cf69bf ("treewide: fix potentially dangerous
trailing ';' in
#defined values/expressions") from the trivial tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/r8169.c
index 40bcb82,6f36306..0000000
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@@ -682,19 -666,8 +682,19 @@@ struct rtl8169_private 
  	struct rtl8169_counters counters;
  	u32 saved_wolopts;
  
 -	const struct firmware *fw;
 +	struct rtl_fw {
 +		const struct firmware *fw;
 +
 +#define RTL_VER_SIZE		32
 +
 +		char version[RTL_VER_SIZE];
 +
 +		struct rtl_fw_phy_action {
 +			__le32 *code;
 +			size_t size;
 +		} phy_action;
 +	} *rtl_fw;
- #define RTL_FIRMWARE_UNKNOWN	ERR_PTR(-EAGAIN);
+ #define RTL_FIRMWARE_UNKNOWN	ERR_PTR(-EAGAIN)
  };
  
  MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2010-10-12  0:53 Stephen Rothwell
  0 siblings, 0 replies; 28+ messages in thread
From: Stephen Rothwell @ 2010-10-12  0:53 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-next, linux-kernel, Thomas Weber, Samuel Ortiz

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
net/irda/irnet/irnet_ppp.c between commit
f8cba16cad68c9b9ee7fecae48a1b91708e8e482 ("irda: Remove BKL instances
from irnet") from the net tree and commit
b42e17963c20ecb80905083ceaecc79fd9bd30f1 ("Fix typo configue => configure
in comments") from the trivial tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc net/irda/irnet/irnet_ppp.c
index 0993bd4,36f43ca..0000000
--- a/net/irda/irnet/irnet_ppp.c
+++ b/net/irda/irnet/irnet_ppp.c
@@@ -664,10 -663,8 +664,10 @@@ dev_irnet_ioctl
        if((val == N_SYNC_PPP) || (val == N_PPP))
  	{
  	  DEBUG(FS_INFO, "Entering PPP discipline.\n");
- 	  /* PPP channel setup (ap->chan in configued in dev_irnet_open())*/
+ 	  /* PPP channel setup (ap->chan in configured in dev_irnet_open())*/
 -	  lock_kernel();
 +	  if (mutex_lock_interruptible(&ap->lock))
 +		  return -EINTR;
 +
  	  err = ppp_register_channel(&ap->chan);
  	  if(err == 0)
  	    {

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2010-09-24  2:19 Stephen Rothwell
  2010-09-24 12:09 ` Jiri Kosina
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2010-09-24  2:19 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-next, linux-kernel, Thomas Weber

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

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/bnx2x/bnx2x_link.c between commit
62b29a5dd0930e0c956b6740f32d5b3bbaf20136 ("bnx2x: Adjust alignment of
split PHY functions") from the net tree and commit
0b1974de66f9ed44f1423449628f4926bf95b854 ("Fix typo: configuation =>
configuration") from the trivial tree.

The former removes the text updated by the latter, so I used the former.

Jiri, you might like to drop that hunk from the patch in your tree.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2010-02-24  5:21 Stephen Rothwell
  0 siblings, 0 replies; 28+ messages in thread
From: Stephen Rothwell @ 2010-02-24  5:21 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Adam Buchbinder, Joe Perches,
	David Miller, netdev

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/typhoon.c between commit
0bc88e4af07621bc4b84477374745d01a470e85d ("drivers/net/typhoon.c: Use (pr|
netdev)_<level> macro helpers") from the net tree and commit
a089377f29d3af0f62f3bdc6db0c5042513fc3f3 ("Fix misspelling of "truly" in
a label") from the trivial tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/typhoon.c
index 38c2161,d1a8068..0000000
--- a/drivers/net/typhoon.c
+++ b/drivers/net/typhoon.c
@@@ -2098,8 -2111,9 +2098,8 @@@ typhoon_tx_timeout(struct net_device *d
  	struct typhoon *tp = netdev_priv(dev);
  
  	if(typhoon_reset(tp->ioaddr, WaitNoSleep) < 0) {
 -		printk(KERN_WARNING "%s: could not reset in tx timeout\n",
 -					dev->name);
 +		netdev_warn(dev, "could not reset in tx timeout\n");
- 		goto truely_dead;
+ 		goto truly_dead;
  	}
  
  	/* If we ever start using the Hi ring, it will need cleaning too */
@@@ -2107,8 -2121,9 +2107,8 @@@
  	typhoon_free_rx_rings(tp);
  
  	if(typhoon_start_runtime(tp) < 0) {
 -		printk(KERN_ERR "%s: could not start runtime in tx timeout\n",
 -					dev->name);
 +		netdev_err(dev, "could not start runtime in tx timeout\n");
- 		goto truely_dead;
+ 		goto truly_dead;
          }
  
  	netif_wake_queue(dev);

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2010-02-16  3:50 Stephen Rothwell
  0 siblings, 0 replies; 28+ messages in thread
From: Stephen Rothwell @ 2010-02-16  3:50 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Joe Perches, David Miller, netdev,
	Daniel Mack

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflicts in
drivers/net/qlge/qlge_ethtool.c and drivers/net/qlge/qlge_main.c between
commit ae9540f75d5a69e7604cc5391cc0726b3aa82ff6 ("drivers/net/qlge: Use
netif_printk helpers") from the net tree and commit
3ad2f3fbb961429d2aa627465ae4829758bc7e07 ("tree-wide: Assorted spelling
fixes") from the trivial tree.

I fixed them up (see below) and can carry the fixes as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/qlge/qlge_ethtool.c
index 4f26afe,b8d21ab..0000000
--- a/drivers/net/qlge/qlge_ethtool.c
+++ b/drivers/net/qlge/qlge_ethtool.c
@@@ -404,9 -401,9 +404,9 @@@ static int ql_set_wol(struct net_devic
  	if (!qdev->wol) {
  		u32 wol = 0;
  		status = ql_mb_wol_mode(qdev, wol);
 -		QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n",
 -			(status == 0) ? "cleared successfully" : "clear failed",
 -			wol, qdev->ndev->name);
 +		netif_err(qdev, drv, qdev->ndev, "WOL %s (wol code 0x%x)\n",
- 			  status == 0 ? "cleared sucessfully" : "clear failed",
++			  status == 0 ? "cleared successfully" : "clear failed",
 +			  wol);
  	}
  
  	return 0;
diff --cc drivers/net/qlge/qlge_main.c
index 2c052ca,a35845b..0000000
--- a/drivers/net/qlge/qlge_main.c
+++ b/drivers/net/qlge/qlge_main.c
@@@ -3863,10 -3516,9 +3863,10 @@@ int ql_wol(struct ql_adapter *qdev
  	if (qdev->wol) {
  		wol |= MB_WOL_MODE_ON;
  		status = ql_mb_wol_mode(qdev, wol);
 -		QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n",
 -			(status == 0) ? "Successfully set" : "Failed", wol,
 -			qdev->ndev->name);
 +		netif_err(qdev, drv, qdev->ndev,
 +			  "WOL %s (wol code 0x%x) on %s\n",
- 			  (status == 0) ? "Sucessfully set" : "Failed",
++			  (status == 0) ? "Successfully set" : "Failed",
 +			  wol, qdev->ndev->name);
  	}
  
  	return status;

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2010-02-05  2:37 Stephen Rothwell
  2010-02-05  4:26 ` David Miller
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2010-02-05  2:37 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Adam Buchbinder, David Miller, netdev,
	Ben Hutchings

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/sfc/mcdi_pcol.h between commit
5297a98d5dd6de86fe1e2ffc9ea60cdf59b71443 ("sfc: Update MCDI protocol
definitions") from the net tree and commit
4887b438e6880c73c4b44d868211e70c1f3deaec ("Fix misspelling of
"successful" and variants in comments") from the trivial tree.

I fixed it up (see below) and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/sfc/mcdi_pcol.h
index bd59302,f61e1de..0000000
--- a/drivers/net/sfc/mcdi_pcol.h
+++ b/drivers/net/sfc/mcdi_pcol.h
@@@ -859,14 -852,11 +859,14 @@@
  /* MC_CMD_POLL_PHY_BIST: (variadic output)
   * Poll for BIST completion
   *
 - * Returns a single status code, and a binary blob of phy-specific
 - * bist output. If the driver can't successfully parse the BIST output,
 - * it should still respect the Pass/Fail in OUT.RESULT.
 + * Returns a single status code, and optionally some PHY specific
 + * bist output. The driver should only consume the BIST output
 + * after validating OUTLEN and PHY_CFG.PHY_TYPE.
   *
-  * If a driver can't succesfully parse the BIST output, it should
 - * Locks required: PHY_LOCK  if doing a  PHY BIST
++ * If a driver can't successfully parse the BIST output, it should
 + * still respect the pass/Fail in OUT.RESULT
 + *
 + * Locks required: PHY_LOCK if doing a  PHY BIST
   * Return code: 0, EACCES (if PHY_LOCK is not held)
   */
  #define MC_CMD_POLL_BIST 0x26

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2010-02-03  2:30 Stephen Rothwell
  2010-02-03 10:39 ` Jiri Kosina
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2010-02-03  2:30 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Lennart Sorensen, David Miller, netdev,
	Daniel Mack

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

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/ppp_generic.c between commit
fa44a73cc766c7f3bac71a66d564e0049b800325 ("ppp_generic.c severly
whitespace damanged by 9c705260feea6ae329bc6b6d5f6d2ef0227eda0a") from
the net tree and commit 09e1aa00f106a476f5b90d94fc0139544bbded75
("tree-wide: fix 'lenght' typo in comments and code") from the trivial
tree.

I fixed it up (by using the trivial tree version) and can carry the fix
as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2009-11-30  2:53 Stephen Rothwell
  2009-11-30 12:36 ` Jiri Kosina
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2009-11-30  2:53 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, Ben Hutchings, David S. Miller,
	"André Goddard Rosa"

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

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/sfc/falcon.c between commit
127e6e10ad17585c48cba8e1dcf30d98b90ee583 ("sfc: Fix bugs in RX queue
flushing") from the net tree and commit
4e5cf22a6f45b6489f84de03d3a1dfa60cc4b4e4 ("tree-wide: fix assorted typos
all over the place") from the trivial tree.

The former removed the comment that the latter was fixing.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread
* linux-next: manual merge of the trivial tree with the net tree
@ 2009-11-24  6:14 Stephen Rothwell
  2009-11-24  9:13 ` Jiri Kosina
  0 siblings, 1 reply; 28+ messages in thread
From: Stephen Rothwell @ 2009-11-24  6:14 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-next, linux-kernel, "André Goddard Rosa",
	Bruce Allan, David S. Miller

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
drivers/net/e1000e/lib.c between commit
3bb99fe226ead584a4db674dab546689f705201f ("e1000e: consolidate two dbug
macros into one simpler one") from the net tree and commit
52692d35d013e221137b2fbe800e3e6776111821 ("tree-wide: fix assorted typos
all over the place") from the trivial tree.

I fixed it up (see below) and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/net/e1000e/lib.c
index f690a10,b065ba4..0000000
--- a/drivers/net/e1000e/lib.c
+++ b/drivers/net/e1000e/lib.c
@@@ -563,11 -570,11 +563,11 @@@ s32 e1000e_check_for_serdes_link(struc
  			if (rxcw & E1000_RXCW_SYNCH) {
  				if (!(rxcw & E1000_RXCW_IV)) {
  					mac->serdes_has_link = true;
 -					hw_dbg(hw, "SERDES: Link up - autoneg "
 +					e_dbg("SERDES: Link up - autoneg "
- 					   "completed sucessfully.\n");
+ 					   "completed successfully.\n");
  				} else {
  					mac->serdes_has_link = false;
 -					hw_dbg(hw, "SERDES: Link down - invalid"
 +					e_dbg("SERDES: Link down - invalid"
  					   "codewords detected in autoneg.\n");
  				}
  			} else {

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

end of thread, other threads:[~2011-07-22  6:42 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04  3:22 linux-next: manual merge of the trivial tree with the net tree Stephen Rothwell
2011-01-05 14:51 ` Jiri Kosina
2011-01-05 15:22   ` Justin P. Mattock
  -- strict thread matches above, loose matches on Subject: below --
2011-07-22  4:18 Stephen Rothwell
2011-07-22  6:42 ` Francois Romieu
2010-10-12  0:53 Stephen Rothwell
2010-09-24  2:19 Stephen Rothwell
2010-09-24 12:09 ` Jiri Kosina
2010-02-24  5:21 Stephen Rothwell
2010-02-16  3:50 Stephen Rothwell
2010-02-05  2:37 Stephen Rothwell
2010-02-05  4:26 ` David Miller
2010-02-05  8:39   ` Jiri Kosina
2010-02-05 11:23     ` Jiri Kosina
2010-02-05 16:55       ` David Miller
2010-02-03  2:30 Stephen Rothwell
2010-02-03 10:39 ` Jiri Kosina
2010-02-04  4:04   ` David Miller
2010-02-04  9:52     ` Jiri Kosina
2010-02-04 12:50       ` Giuseppe CAVALLARO
2010-02-04 13:52         ` Giuseppe CAVALLARO
2010-02-04 17:33           ` David Miller
2009-11-30  2:53 Stephen Rothwell
2009-11-30 12:36 ` Jiri Kosina
2009-11-30 19:55   ` Stephen Rothwell
2009-11-24  6:14 Stephen Rothwell
2009-11-24  9:13 ` Jiri Kosina
2009-11-30  1:13   ` David Miller

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).