diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2023-01-30 21:43:57 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 20:23:06 +0100 |
commit | 43be9c743c2553519c2093d1798b542f28095a51 (patch) | |
tree | 1c871a0310d03a2a8af6492abd3c269a86627504 /drivers/md/dm-uevent.h | |
parent | dm: correct block comments format. (diff) | |
download | linux-43be9c743c2553519c2093d1798b542f28095a51.tar.xz linux-43be9c743c2553519c2093d1798b542f28095a51.zip |
dm: fix undue/missing spaces
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-uevent.h')
-rw-r--r-- | drivers/md/dm-uevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-uevent.h b/drivers/md/dm-uevent.h index 2c9ba561fd8e..12a5d4fb7d44 100644 --- a/drivers/md/dm-uevent.h +++ b/drivers/md/dm-uevent.h @@ -3,7 +3,7 @@ * Device Mapper Uevent Support * * Copyright IBM Corporation, 2007 - * Author: Mike Anderson <andmike@linux.vnet.ibm.com> + * Author: Mike Anderson <andmike@linux.vnet.ibm.com> */ #ifndef DM_UEVENT_H #define DM_UEVENT_H |