Hi Ravi, On Thu, Nov 28, 2013 at 4:45 PM, Ravi kumar Veeramally <ravikumar.veeramally@xxxxxxxxxxxxxxx> wrote: > Files common.c|h contains only bnep related code, it makes > more sence with bnep.c|h. > --- > Makefile.plugins | 2 +- > profiles/network/bnep.c | 453 ++++++++++++++++++++++++++++++++++++++++++ > profiles/network/bnep.h | 42 ++++ > profiles/network/common.c | 453 ------------------------------------------ > profiles/network/common.h | 42 ---- > profiles/network/connection.c | 2 +- > profiles/network/manager.c | 2 +- > profiles/network/server.c | 2 +- > 8 files changed, 499 insertions(+), 499 deletions(-) > create mode 100644 profiles/network/bnep.c > create mode 100644 profiles/network/bnep.h > delete mode 100644 profiles/network/common.c > delete mode 100644 profiles/network/common.h Did you use git mv? I would expect something like the following if did: --- profiles/network/{common.c => bnep.c} | 0 profiles/network/{common.h => bnep.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename profiles/network/{common.c => bnep.c} (100%) rename profiles/network/{common.h => bnep.h} (100%) diff --git a/profiles/network/common.c b/profiles/network/bnep.c similarity index 100% rename from profiles/network/common.c rename to profiles/network/bnep.c diff --git a/profiles/network/common.h b/profiles/network/bnep.h similarity index 100% rename from profiles/network/common.h rename to profiles/network/bnep.h -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html