[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130204085334.76c1451d@nehalam.linuxnetplumber.net>
Date: Mon, 4 Feb 2013 08:53:34 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: c.van.reeuwijk@...nl
Cc: netdev@...r.kernel.org
Subject: iproute2 patches
Sorry for the delay, your patches are good, but the formatting is incorrect
and they do not apply. See kernel documentation on SubmittingPatches.
They need to be based correctly so that a maintainer can just use either
'patch' or 'git am' to apply them. Your patches do not have the correct
path.
For example the patch:
diff --git a/libnetlink.3 b/libnetlink.3
index 15a478a..4c70678 100644
--- a/libnetlink.3
+++ b/libnetlink.3
Should be based at root:
diff --git a/man/man3/libnetlink.3 b/man/man3/libnetlink.3
index 15a478a..d114169 100644
--- a/man/man3/libnetlink.3
+++ b/man/man3/libnetlink.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists