Documentation: stable-kernel-rules: fix stable-tag format
authorJohan Hovold <johan@kernel.org>
Mon, 3 Apr 2017 13:53:34 +0000 (15:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Apr 2017 10:41:15 +0000 (12:41 +0200)
commit24317cb6b400d7fc567e4c8d1fdca587113c6423
tree00cc9cd8a0a792168ae129054b1adc7554a23f22
parentbe56f92cc0a9868c2eab776250abeba5b5c21d77
Documentation: stable-kernel-rules: fix stable-tag format

commit cf903e9d3a97f89b224d2d07be37c0f160db8192 upstream.

A patch documenting how to specify which kernels a particular fix should
be backported to (seemingly) inadvertently added a minus sign after the
kernel version. This particular stable-tag format had never been used
prior to this patch, and was neither present when the patch in question
was first submitted (it was added in v2 without any comment).

Drop the minus sign to avoid any confusion.

Fixes: fdc81b7910ad ("stable_kernel_rules: Add clause about specification of kernel versions to patch.")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/stable_kernel_rules.txt