linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: net-current/net merge conflict
@ 2008-05-26  3:32 Stephen Rothwell
  2008-05-26  6:29 ` David Miller
  2008-05-26 20:27 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-05-26  3:32 UTC (permalink / raw)
  To: David Miller; +Cc: linux-next, Jeff Garzik

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

Hi Dave, Jeff,

Today's linux-next merge of the net tree got a trivial conflict in
drivers/net/cpmac.c between commit
f917d58031fce6dfd7cea71259ea6a2b663ec813 ("cpmac bugfixes and
enhancements") from the net-current tree and commit
7d2e3cb7000b883a8e489485ac249be572fe17b1 ("[netdrvr] Trim trailing
whitespace for several drivers") from the net tree. The former removed a
comment that the latter made a whitespace fix to.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: net-current/net merge conflict
  2008-05-26  3:32 linux-next: net-current/net merge conflict Stephen Rothwell
@ 2008-05-26  6:29 ` David Miller
  2008-05-26  7:49   ` Stephen Rothwell
  2008-05-26 20:27 ` Jeff Garzik
  1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2008-05-26  6:29 UTC (permalink / raw)
  To: sfr; +Cc: linux-next, jgarzik

From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Mon, 26 May 2008 13:32:34 +1000

> Today's linux-next merge of the net tree got a trivial conflict in
> drivers/net/cpmac.c between commit
> f917d58031fce6dfd7cea71259ea6a2b663ec813 ("cpmac bugfixes and
> enhancements") from the net-current tree and commit
> 7d2e3cb7000b883a8e489485ac249be572fe17b1 ("[netdrvr] Trim trailing
> whitespace for several drivers") from the net tree. The former removed a
> comment that the latter made a whitespace fix to.

Thanks Stephen.

I'm trying to do a quick merge of net-2.6 into net-next-2.6
right now and will push the result out to master.kernel.org
after some build sanity tests.

Hopefully that will resolve both of the current merge
conflicts in the networking.

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

* Re: linux-next: net-current/net merge conflict
  2008-05-26  6:29 ` David Miller
@ 2008-05-26  7:49   ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-05-26  7:49 UTC (permalink / raw)
  To: David Miller; +Cc: linux-next, jgarzik

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

Hi Dave,

On Sun, 25 May 2008 23:29:58 -0700 (PDT) David Miller <davem@davemloft.net> wrote:
>
> I'm trying to do a quick merge of net-2.6 into net-next-2.6
> right now and will push the result out to master.kernel.org
> after some build sanity tests.
> 
> Hopefully that will resolve both of the current merge
> conflicts in the networking.

That should work, thanks.  These merge conflict fixups are usually not a
real concern I just report them in case I do the wrong fixup and to keep
everyone informed.  When you do necessary merges, these will just
disappear.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: net-current/net merge conflict
  2008-05-26  3:32 linux-next: net-current/net merge conflict Stephen Rothwell
  2008-05-26  6:29 ` David Miller
@ 2008-05-26 20:27 ` Jeff Garzik
  2008-05-27  1:06   ` Stephen Rothwell
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2008-05-26 20:27 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: David Miller, linux-next

On Mon, May 26, 2008 at 01:32:34PM +1000, Stephen Rothwell wrote:
> Hi Dave, Jeff,
> 
> Today's linux-next merge of the net tree got a trivial conflict in
> drivers/net/cpmac.c between commit
> f917d58031fce6dfd7cea71259ea6a2b663ec813 ("cpmac bugfixes and
> enhancements") from the net-current tree and commit
> 7d2e3cb7000b883a8e489485ac249be572fe17b1 ("[netdrvr] Trim trailing
> whitespace for several drivers") from the net tree. The former removed a
> comment that the latter made a whitespace fix to.

Please make sure to CC my author email address.  jgarzik@redhat.com is
only for legal sign-offs.

	Jeff




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

* Re: linux-next: net-current/net merge conflict
  2008-05-26 20:27 ` Jeff Garzik
@ 2008-05-27  1:06   ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-05-27  1:06 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: David Miller, linux-next, Jeff Garzik

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

Hi Jeff,

On Mon, 26 May 2008 16:27:36 -0400 Jeff Garzik <jgarzik@redhat.com> wrote:
>
> Please make sure to CC my author email address.  jgarzik@redhat.com is
> only for legal sign-offs.

Sorry about that.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

end of thread, other threads:[~2008-05-27  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-26  3:32 linux-next: net-current/net merge conflict Stephen Rothwell
2008-05-26  6:29 ` David Miller
2008-05-26  7:49   ` Stephen Rothwell
2008-05-26 20:27 ` Jeff Garzik
2008-05-27  1:06   ` Stephen Rothwell

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