diff options
| -rw-r--r-- | Documentation/process/stable-kernel-rules.rst | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst index c61865e91f52..2fd8aa593a28 100644 --- a/Documentation/process/stable-kernel-rules.rst +++ b/Documentation/process/stable-kernel-rules.rst @@ -97,6 +97,12 @@ text, like this:      commit <sha1> upstream. +or alternatively: + +.. code-block:: none + +    [ Upstream commit <sha1> ] +  Additionally, some patches submitted via :ref:`option_1` may have additional  patch prerequisites which can be cherry-picked. This can be specified in the  following format in the sign-off area: |