This bit is already done by xml_unescape() above.

Signed-off-by: Jani Nikula <jani.nik...@intel.com>
---
 scripts/kernel-doc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index e0fd14f6d711..8f9eac509377 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -1796,7 +1796,6 @@ sub output_highlight_rst {
        if ($line eq "") {
            print $lineprefix, $blankline;
        } else {
-           $line =~ s/\\\\\\/\&/g;
            print $lineprefix, $line;
        }
        print "\n";
-- 
2.1.4

Reply via email to