The patch titled Add missing IDs to procfs-guide.tmpl has been added to the -mm tree. Its filename is add-missing-ids-to-procfs-guidetmpl.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add missing IDs to procfs-guide.tmpl From: Rob Landley <rob@xxxxxxxxxxx> Add missing IDs to procfs-guide.tmpl Signed-off-by: Rob Landley <rob@xxxxxxxxxxx> Cc: "Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/DocBook/procfs-guide.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff -puN Documentation/DocBook/procfs-guide.tmpl~add-missing-ids-to-procfs-guidetmpl Documentation/DocBook/procfs-guide.tmpl --- a/Documentation/DocBook/procfs-guide.tmpl~add-missing-ids-to-procfs-guidetmpl +++ a/Documentation/DocBook/procfs-guide.tmpl @@ -85,7 +85,7 @@ - <preface> + <preface id="Preface"> <title>Preface</title> <para> @@ -230,7 +230,7 @@ - <sect1> + <sect1 id="Creating_a_symlink"> <title>Creating a symlink</title> <funcsynopsis> @@ -254,7 +254,7 @@ </para> </sect1> - <sect1> + <sect1 id="Creating_a_directory"> <title>Creating a directory</title> <funcsynopsis> @@ -274,7 +274,7 @@ - <sect1> + <sect1 id="Removing_an_entry"> <title>Removing an entry</title> <funcsynopsis> @@ -340,7 +340,7 @@ entry->write_proc = write_proc_foo; - <sect1> + <sect1 id="Reading_data"> <title>Reading data</title> <para> @@ -448,7 +448,7 @@ entry->write_proc = write_proc_foo; - <sect1> + <sect1 id="Writing_data"> <title>Writing data</title> <para> @@ -579,7 +579,7 @@ int foo_read_func(char *page, char **sta - <sect1> + <sect1 id="Modules"> <title>Modules</title> <para> @@ -599,7 +599,7 @@ entry->owner = THIS_MODULE; - <sect1> + <sect1 id="Mode_and_ownership"> <title>Mode and ownership</title> <para> _ Patches currently in -mm which might be from rob@xxxxxxxxxxx are add-missing-section-ids-to-genericirqtmpl.patch add-missing-section-ids-to-genericirqtmpl-updated.patch add-missing-section-id-to-lsmtmpl.patch add-section-ids-to-mtdnandtmpl.patch add-missing-ids-to-procfs-guidetmpl.patch add-section-ids-to-rapidiotmpl.patch add-table-ids-to-videobooktmpl.patch add-chapter-ids-to-z8530booktmpl.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html