Re: RFC: [PATCH 1/5] staging: sep: rename sep_driver.c tosep_main.c

From: Greg KH
Date: Mon Feb 28 2011 - 16:19:32 EST


On Sun, Feb 27, 2011 at 09:10:48PM -0800, Mark Allyn wrote:
> This allows adding sep_crypto.c and yet keep the driver named sep_driver
>
> This only renames the file and changes the Makefile. No changes
> made to content of c source file
>
> Signed-off-by: Mark Allyn <mark.a.allyn@xxxxxxxxx>
> ---
> drivers/staging/sep/Makefile | 2 +-
> drivers/staging/sep/sep_driver.c | 3348 --------------------------------------
> drivers/staging/sep/sep_main.c | 3348 ++++++++++++++++++++++++++++++++++++++
> 3 files changed, 3349 insertions(+), 3349 deletions(-)
> delete mode 100644 drivers/staging/sep/sep_driver.c
> create mode 100644 drivers/staging/sep/sep_main.c

As you used git to create this patch, can you have git create the
"rename" patch instead so that we can really see that you did it this
way?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/