
rob at landley
Sep 28, 2007, 5:25 PM
Post #1 of 2
(408 views)
Permalink
|
|
[PATCH] Remove nonstandard line break from Documentation/powerpc/00-INDEX
|
|
From: Rob Landley <rob[at]landley.net> Remove nonstandard line break from Documentation/powerpc/00-INDEX Signed-off-by: Rob Landley <rob[at]landley.net> --- This is the only instance of a newline in a 00-INDEX file description, and it confuses my 00-INDEX > index.html converter. Documentation/powerpc/00-INDEX | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -r dc28e4e17791 Documentation/powerpc/00-INDEX --- a/Documentation/powerpc/00-INDEX Wed Sep 26 15:52:17 2007 -0700 +++ b/Documentation/powerpc/00-INDEX Fri Sep 28 19:21:20 2007 -0500 @@ -6,8 +6,7 @@ 00-INDEX 00-INDEX - this file cpu_features.txt - - info on how we support a variety of CPUs with minimal compile-time - options. + - info on how we support a variety of CPUs with minimal compile-time options. eeh-pci-error-recovery.txt - info on PCI Bus EEH Error Recovery hvcs.txt -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo[at]vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|