diff options
author | Christoph Hellwig <hch@infradead.org> | 2014-04-25 12:12:01 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-05-05 19:03:33 +0400 |
commit | 0624bcaaf06c1fe5aca4e72287a3f13026764d36 (patch) | |
tree | 4c576862b5e438443456562dd2be7df56c173bd5 | |
parent | cae1d2cab43bb34c242f272da499bf5f25d778c7 (diff) | |
download | linux-0624bcaaf06c1fe5aca4e72287a3f13026764d36.tar.xz |
fix quoting of Ted's name in MAINTAINERS
Unpaired quotes really confuse mutt when copy & pasting it into the To:
form.
Signed-off-by: Christoph Hellwig <hch@lst.de>
[ I'm going to remove all silly quotes entirely one day, but that day is
not today. So I'll just apply this - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 106626442124..181f43077a03 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7304,7 +7304,7 @@ F: Documentation/blockdev/ramdisk.txt F: drivers/block/brd.c RANDOM NUMBER DRIVER -M: Theodore Ts'o" <tytso@mit.edu> +M: "Theodore Ts'o" <tytso@mit.edu> S: Maintained F: drivers/char/random.c |