diff options
author | Jana Saout <jana@saout.de> | 2014-06-24 20:27:04 +0200 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2014-07-10 22:44:14 +0200 |
commit | bf14299f1ce96c9d632533c4557303f8a74afc9e (patch) | |
tree | 2cbef06425e255cdbc650d67dc4d7fb3846d914f /drivers/md/dm-zero.c | |
parent | dm: allocate a special workqueue for deferred device removal (diff) | |
download | linux-bf14299f1ce96c9d632533c4557303f8a74afc9e.tar.xz linux-bf14299f1ce96c9d632533c4557303f8a74afc9e.zip |
dm crypt, dm zero: update author name following legal name change
Signed-off-by: Jana Saout <jana@saout.de>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-zero.c')
-rw-r--r-- | drivers/md/dm-zero.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-zero.c b/drivers/md/dm-zero.c index c99003e0d47a..b9a64bbce304 100644 --- a/drivers/md/dm-zero.c +++ b/drivers/md/dm-zero.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Christophe Saout <christophe@saout.de> + * Copyright (C) 2003 Jana Saout <jana@saout.de> * * This file is released under the GPL. */ @@ -79,6 +79,6 @@ static void __exit dm_zero_exit(void) module_init(dm_zero_init) module_exit(dm_zero_exit) -MODULE_AUTHOR("Christophe Saout <christophe@saout.de>"); +MODULE_AUTHOR("Jana Saout <jana@saout.de>"); MODULE_DESCRIPTION(DM_NAME " dummy target returning zeros"); MODULE_LICENSE("GPL"); |