[PATCH] NEWS: Fix false positive of sc_prohibit_doubled_word

In the previous commit we've added a sentence into NEWS.rst that supposedly contains doubled word. Well, it doesn't really. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Pushed as trivial. NEWS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 4f46f92949..00f8788536 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -33,8 +33,8 @@ v7.6.0 (unreleased) Specifying s390-pv as launch security type in an s390 domain prepares for running the guest in protected virtualization secure mode, also known as IBM Secure Execution. This simplifies the definition and reduces the risk - of an incorrect definition, e.g. by forgetting to specify iommu=on on all - virtio devices. + of an incorrect definition, e.g. by forgetting to specify ``iommu=on`` on + all virtio devices. * **Improvements** -- 2.31.1

On 7/28/21 5:45 PM, Michal Privoznik wrote:
In the previous commit we've added a sentence into NEWS.rst that supposedly contains doubled word. Well, it doesn't really.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
Pushed as trivial.
Michal, ups, I forgot to test the news update. :( Sorry about that and thanks for catching it.
NEWS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS.rst b/NEWS.rst index 4f46f92949..00f8788536 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -33,8 +33,8 @@ v7.6.0 (unreleased) Specifying s390-pv as launch security type in an s390 domain prepares for running the guest in protected virtualization secure mode, also known as IBM Secure Execution. This simplifies the definition and reduces the risk - of an incorrect definition, e.g. by forgetting to specify iommu=on on all - virtio devices. + of an incorrect definition, e.g. by forgetting to specify ``iommu=on`` on + all virtio devices.
* **Improvements**
-- Mit freundlichen Grüßen/Kind regards Boris Fiuczynski IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Gregor Pillen Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294
participants (2)
-
Boris Fiuczynski
-
Michal Privoznik