On 10/12/2012 07:16 PM, Linus Torvalds wrote: > On Fri, Oct 12, 2012 at 10:45 PM, Konrad Rzeszutek Wilk > <konrad.w...@oracle.com> wrote: >> >> Please pull! > > Btw, please use the -M switch to get renames as renames (and > --summary). You diffstat: > >> include/uapi/xen/Kbuild | 2 + >> include/uapi/xen/evtchn.h | 88 +++++++++++++++++++++++++++++++++++++++ >> include/uapi/xen/privcmd.h | 98 >> ++++++++++++++++++++++++++++++++++++++++++++ >> include/xen/Kbuild | 2 - >> include/xen/evtchn.h | 88 --------------------------------------- >> include/xen/privcmd.h | 98 >> -------------------------------------------- >> 6 files changed, 188 insertions(+), 188 deletions(-) > > is misleading, the correct one is much simpler: > > include/{ => uapi}/xen/evtchn.h | 0 > include/{ => uapi}/xen/privcmd.h | 0 > include/xen/Kbuild | 2 -- > 4 files changed, 2 insertions(+), 2 deletions(-) > rename include/{ => uapi}/xen/evtchn.h (100%) > rename include/{ => uapi}/xen/privcmd.h (100%)
showing once again that people don't read documentation :( (see Documentation/SubmittingPatches) -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/