OSDN Git Service

MAINTAINERS: remove unnecessary ':' characters
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 30 Jan 2020 13:55:15 +0000 (14:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Feb 2020 23:29:09 +0000 (15:29 -0800)
commit95ba79e89c107851bad4492ca23e9b9c399b8592
tree1151e4da3b83ac011f851f019c9695fbc67c76d7
parentea3d147a474cb522bfdfe68f1f2557750dcf41dd
MAINTAINERS: remove unnecessary ':' characters

Commit e567cb3fef30 ("MAINTAINERS: add an entry for kfifo") added a new
entry to MAINTAINERS. Following the example of the previous entry on the
list I added a trailing ':' character at the end of the title line.

This however results in rather strange looking output from
scripts/get_maintainer.pl:

$ ./scripts/get_maintainer.pl ./0001-kfifo.patch
Stefani Seibold <stefani@seibold.net> (maintainer:KFIFO:)
linux-kernel@vger.kernel.org (open list)

It turns out there are more entries like this. Fix the entire file by
removing all trailing colons.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Link: https://lore.kernel.org/r/20200130135515.30359-1-brgl@bgdev.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS