Prev: linux-next: build warning after merge of the nettree
Next: Documentation/blockdev/paride.txt update web address.
From: Stephen Rothwell on 21 Jul 2010 22:20 Hi Dave, After merging the net tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/vhost/net.c: In function 'vhost_net_set_backend': drivers/vhost/net.c:536: warning: label 'done' defined but not used Introduced by commit 11fe883936980fe242869d671092a466cf1db3e3 ("Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6") which kept the unneeded label. Sorry if I misguided you. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: David Miller on 22 Jul 2010 00:10
From: Stephen Rothwell <sfr(a)canb.auug.org.au> Date: Thu, 22 Jul 2010 12:11:57 +1000 > After merging the net tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/vhost/net.c: In function 'vhost_net_set_backend': > drivers/vhost/net.c:536: warning: label 'done' defined but not used > > Introduced by commit 11fe883936980fe242869d671092a466cf1db3e3 ("Merge > branch 'master' of > master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6") which > kept the unneeded label. Sorry if I misguided you. I've fixed this, thanks Stephen. Don't worry, not your fault :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |