Erich this is for example some of the whitespace errors you have in your patches: http://dl.dropbox.com/u/112112/Screenshots/0zl_w0uz~4l7.png
Also before merging a topic branch into an integration branch it's better to squash several commits into one or two. Your nameif integration take 4 commits: * 3461de4 Small fix on the nameif start script * 0ff5054 Added a little bit of comment to the mactab files * 41dfb90 Added new code to enable and use the Busybox name if applet which enables control for network interface naming * b83efa6 enabled nameif applet So before merging the branch do a: git rebase -i maint And squash your commits, so it will result into only one or two commit(s). It's better to have git history not clutter with some small fixes that was done during development in the topic branch. Regards, Yves ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel