<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/DocBook, branch v2.6.14.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/Documentation/DocBook?h=v2.6.14.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/Documentation/DocBook?h=v2.6.14.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-09-21T17:11:55Z</updated>
<entry>
<title>[PATCH] fixup Documentation/DocBook/kernel-hacking.tmpl</title>
<updated>2005-09-21T17:11:55Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-09-21T16:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8f91648dcb0685d58aa046b25c69ce0d5f284f8c'/>
<id>urn:sha1:8f91648dcb0685d58aa046b25c69ce0d5f284f8c</id>
<content type='text'>
__FUNCTION__ is the prefered kernel idiom, __func__ is not supported by gcc
2.95 (we actually map __FUNCTION__ to __func__ for more recent compilers,
but it should never be used directly)

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Spelling fixes for Documentation/</title>
<updated>2005-09-10T17:06:28Z</updated>
<author>
<name>Tobias Klauser</name>
<email>tklauser@nuerscht.ch</email>
</author>
<published>2005-09-10T07:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d533f671852cc4e481ea7070aa1a3b6fc75b8e44'/>
<id>urn:sha1:d533f671852cc4e481ea7070aa1a3b6fc75b8e44</id>
<content type='text'>
The attached patch fixes the following spelling errors in Documentation/
        - double "the"
        - Several misspellings of function/functionality
        - infomation
        - memeory
        - Recieved
        - wether
and possibly others which I forgot ;-)
Trailing whitespaces on the same line as the typo are also deleted.

Signed-off-by: Tobias Klauser &lt;tklauser@nuerscht.ch&gt;
Signed-off-by: Domen Puncer &lt;domen@coderock.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Update Documentation/DocBook/kernel-hacking.tmpl</title>
<updated>2005-09-09T21:03:42Z</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2005-09-09T20:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b6c17ea4eff360359d1741272028610035bb2da9'/>
<id>urn:sha1:b6c17ea4eff360359d1741272028610035bb2da9</id>
<content type='text'>
Update the hacking guide, before CONFIG_PREEMPT_RT goes in and it needs
rewriting again.

Changes include modernization of quotes, removal of most references to
bottom halves (some mention required because we still use bh in places to
mean softirq).

It would be nice to have a discussion of sparse and various annotations.
Please send patches straight to akpm.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt; (authored)
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[kernel-doc] fix various DocBook build problems/warnings</title>
<updated>2005-09-07T05:15:17Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jgarzik@pobox.com</email>
</author>
<published>2005-09-07T05:15:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=344babaa9d39b10b85cadec4e5335d43b52b4ec0'/>
<id>urn:sha1:344babaa9d39b10b85cadec4e5335d43b52b4ec0</id>
<content type='text'>
Most serious is fixing include/sound/pcm.h, which breaks the DocBook
build.

The other stuff is just filling in things that cause warnings.
</content>
</entry>
<entry>
<title>[PATCH] Minor libata documentation patch</title>
<updated>2005-06-28T03:21:00Z</updated>
<author>
<name>Edward Falk</name>
<email>efalk@google.com</email>
</author>
<published>2005-06-15T21:26:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8b2af8f0ca807eb13b59dc5961d2e99fc2b1bd87'/>
<id>urn:sha1:8b2af8f0ca807eb13b59dc5961d2e99fc2b1bd87</id>
<content type='text'>
I fleshed out libata.tmpl a bit while I was taking notes.
</content>
</entry>
<entry>
<title>[PATCH] DocBook: update comments</title>
<updated>2005-06-24T07:06:40Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-06-24T05:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3d41088fa327782b14b5659dbcfff62ec704c23c'/>
<id>urn:sha1:3d41088fa327782b14b5659dbcfff62ec704c23c</id>
<content type='text'>
This patch updates some comments to match code changes.

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] DocBook: only use tabular style for long synopsis</title>
<updated>2005-06-24T07:06:40Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-06-24T05:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=363412b4f70a2ba19c76a01da7580472399312d4'/>
<id>urn:sha1:363412b4f70a2ba19c76a01da7580472399312d4</id>
<content type='text'>
There was a complaint that function declarations are shown tabular in the
documentation since switching to xmlto.  This patch disables tabular mode
when the function fits in one line.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] docbook build fix</title>
<updated>2005-06-24T07:06:40Z</updated>
<author>
<name>Jiri Slaby</name>
<email>xslaby@fi.muni.cz</email>
</author>
<published>2005-06-24T05:05:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=597f6eea75ff3d089e6a627c07e1bf28923b8e7e'/>
<id>urn:sha1:597f6eea75ff3d089e6a627c07e1bf28923b8e7e</id>
<content type='text'>
Fix documentation build with `make O='

Cc: Martin Waitz &lt;tali@admingilde.org&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] fix "make mandocs" after class_simple.c removal</title>
<updated>2005-06-20T22:15:12Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-05-05T22:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=733a366c34aea88def75dee478f92233410ab3c4'/>
<id>urn:sha1:733a366c34aea88def75dee478f92233410ab3c4</id>
<content type='text'>
Due to the removal of class_simple.c, "make mandocs" no longer works.

This patch fixes this issue.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>merge by hand (fix up qla_os.c merge error)</title>
<updated>2005-06-17T23:42:23Z</updated>
<author>
<name>James Bottomley</name>
<email>jejb@titanic.(none)</email>
</author>
<published>2005-06-17T23:42:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3237ee78fc00f786d5f5aec6f9310b0e39069f15'/>
<id>urn:sha1:3237ee78fc00f786d5f5aec6f9310b0e39069f15</id>
<content type='text'>
</content>
</entry>
</feed>
