Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262170AbVDFLrG (ORCPT ); Wed, 6 Apr 2005 07:47:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262175AbVDFLrG (ORCPT ); Wed, 6 Apr 2005 07:47:06 -0400 Received: from faui3es.informatik.uni-erlangen.de ([131.188.33.16]:61119 "EHLO faui3es.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S262170AbVDFLrC (ORCPT ); Wed, 6 Apr 2005 07:47:02 -0400 Message-Id: <20050406114653.567384000@faui31y> References: <20050406114610.287064000@faui31y> Date: Wed, 06 Apr 2005 13:46:12 +0200 From: Martin Waitz To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [patch 2/6] DocBook: fix xml tag Content-Disposition: inline; filename=docbook-fix-xml-void.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 932 Lines: 30 DocBook: fix xml tag This fix is needed to create valid XML. Signed-off-by: Martin Waitz scripts/kernel-doc | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-docbook/scripts/kernel-doc =================================================================== --- linux-docbook.orig/scripts/kernel-doc 2005-04-06 12:24:11.970110331 +0200 +++ linux-docbook/scripts/kernel-doc 2005-04-06 12:25:14.115702254 +0200 @@ -607,7 +607,7 @@ sub output_function_xml(%) { } } } else { - print " \n"; + print " \n"; } print " \n"; print "\n"; -- Martin Waitz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/