Signed-off-by: Nitin Gupta <ngu...@vflare.org>
---
lib/lzo/lzo1x_compress.c | 2 +-
lib/lzo/lzo1x_decompress.c | 2 +-
lib/lzo/lzodefs.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/lzo/lzo1x_compress.c b/lib/lzo/lzo1x_compress.c
index a604099..37c499d 100644
--- a/lib/lzo/lzo1x_compress.c
+++ b/lib/lzo/lzo1x_compress.c
@@ -7,7 +7,7 @@
* http://www.oberhumer.com/opensource/lzo/
*
* Changed for kernel use by:
- * Nitin Gupta <niting...@gmail.com>
+ * Nitin Gupta <ngu...@vflare.org>
* Richard Purdie <rpu...@openedhand.com>
*/
diff --git a/lib/lzo/lzo1x_decompress.c b/lib/lzo/lzo1x_decompress.c
index f2fd098..efb1b09 100644
--- a/lib/lzo/lzo1x_decompress.c
+++ b/lib/lzo/lzo1x_decompress.c
@@ -7,7 +7,7 @@
* http://www.oberhumer.com/opensource/lzo/
*
* Changed for kernel use by:
- * Nitin Gupta <niting...@gmail.com>
+ * Nitin Gupta <ngu...@vflare.org>
* Richard Purdie <rpu...@openedhand.com>
*/
diff --git a/lib/lzo/lzodefs.h b/lib/lzo/lzodefs.h
index b6d482c..e13e961 100644
--- a/lib/lzo/lzodefs.h
+++ b/lib/lzo/lzodefs.h
@@ -7,7 +7,7 @@
* http://www.oberhumer.com/opensource/lzo/
*
* Changed for kernel use by:
- * Nitin Gupta <niting...@gmail.com>
+ * Nitin Gupta <ngu...@vflare.org>
* Richard Purdie <rpu...@openedhand.com>
*/
--
1.6.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
> Update email address for Nitin Gupta (myself)
>
> ...
>
> diff --git a/lib/lzo/lzo1x_compress.c b/lib/lzo/lzo1x_compress.c
> index a604099..37c499d 100644
> --- a/lib/lzo/lzo1x_compress.c
> +++ b/lib/lzo/lzo1x_compress.c
> @@ -7,7 +7,7 @@
> * http://www.oberhumer.com/opensource/lzo/
> *
> * Changed for kernel use by:
> - * Nitin Gupta <niting...@gmail.com>
> + * Nitin Gupta <ngu...@vflare.org>
> * Richard Purdie <rpu...@openedhand.com>
> */
>
It would be better to remove the email address from these files and
then add a MAINTAINERS entry. ("All problems in computer science can
be solved by another level of indirection"!).