Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69a7aebc authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull trivial tree from Jiri Kosina:
 "It's indeed trivial -- mostly documentation updates and a bunch of
  typo fixes from Masanari.

  There are also several linux/version.h include removals from Jesper."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (101 commits)
  kcore: fix spelling in read_kcore() comment
  constify struct pci_dev * in obvious cases
  Revert "char: Fix typo in viotape.c"
  init: fix wording error in mm_init comment
  usb: gadget: Kconfig: fix typo for 'different'
  Revert "power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.c"
  writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment header
  writeback: fix typo in the writeback_control comment
  Documentation: Fix multiple typo in Documentation
  tpm_tis: fix tis_lock with respect to RCU
  Revert "media: Fix typo in mixer_drv.c and hdmi_drv.c"
  Doc: Update numastat.txt
  qla4xxx: Add missing spaces to error messages
  compiler.h: Fix typo
  security: struct security_operations kerneldoc fix
  Documentation: broken URL in libata.tmpl
  Documentation: broken URL in filesystems.tmpl
  mtd: simplify return logic in do_map_probe()
  mm: fix comment typo of truncate_inode_pages_range
  power: bq27x00: Fix typos in comment
  ...
parents d464c92b f1f996b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -7,8 +7,8 @@ Please try and keep the descriptions small enough to fit on one line.


Following translations are available on the WWW:
Following translations are available on the WWW:


   - Japanese, maintained by the JF Project (JF@linux.or.jp), at
   - Japanese, maintained by the JF Project (jf@listserv.linux.or.jp), at
     http://www.linux.or.jp/JF/
     http://linuxjf.sourceforge.jp/


00-INDEX
00-INDEX
	- this file.
	- this file.
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ Date: 09-Jul-2007
KernelVersion	v2.6.22
KernelVersion	v2.6.22
Contact:	linux-wireless@vger.kernel.org
Contact:	linux-wireless@vger.kernel.org
Description: 	Current state of the transmitter.
Description: 	Current state of the transmitter.
		This file is deprecated and sheduled to be removed in 2014,
		This file is deprecated and scheduled to be removed in 2014,
		because its not possible to express the 'soft and hard block'
		because its not possible to express the 'soft and hard block'
		state of the rfkill driver.
		state of the rfkill driver.
Values: 	A numeric value.
Values: 	A numeric value.
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ Description:
		The name of the module that is in the kernel.  This
		The name of the module that is in the kernel.  This
		module name will show up either if the module is built
		module name will show up either if the module is built
		directly into the kernel, or if it is loaded as a
		directly into the kernel, or if it is loaded as a
		dyanmic module.
		dynamic module.


	/sys/module/MODULENAME/parameters
	/sys/module/MODULENAME/parameters
		This directory contains individual files that are each
		This directory contains individual files that are each
+1 −1
Original line number Original line Diff line number Diff line
@@ -387,7 +387,7 @@ an example.
     <title>See also</title>
     <title>See also</title>
	<para>
	<para>
	  <citation>
	  <citation>
	   <ulink url="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz">
	   <ulink url="http://kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz">
	   	Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie
	   	Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie
	   </ulink>
	   </ulink>
	  </citation>
	  </citation>
+4 −4
Original line number Original line Diff line number Diff line
@@ -22,8 +22,8 @@
   <para>
   <para>
   The contents of this file are subject to the Open
   The contents of this file are subject to the Open
   Software License version 1.1 that can be found at
   Software License version 1.1 that can be found at
   <ulink url="http://www.opensource.org/licenses/osl-1.1.txt">http://www.opensource.org/licenses/osl-1.1.txt</ulink> and is included herein
   <ulink url="http://fedoraproject.org/wiki/Licensing:OSL1.1">http://fedoraproject.org/wiki/Licensing:OSL1.1</ulink>
   by reference.
   and is included herein by reference.
   </para>
   </para>


   <para>
   <para>
@@ -945,7 +945,7 @@ and other resources, etc.


        <listitem>
        <listitem>
	<para>
	<para>
	!BSY &amp;&amp; ERR after CDB tranfer starts but before the
	!BSY &amp;&amp; ERR after CDB transfer starts but before the
        last byte of CDB is transferred.  ATA/ATAPI standard states
        last byte of CDB is transferred.  ATA/ATAPI standard states
        that &quot;The device shall not terminate the PACKET command
        that &quot;The device shall not terminate the PACKET command
        with an error before the last byte of the command packet has
        with an error before the last byte of the command packet has
@@ -1050,7 +1050,7 @@ and other resources, etc.
	   to complete a command.  Combined with the fact that MWDMA
	   to complete a command.  Combined with the fact that MWDMA
	   and PIO transfer errors aren't allowed to use ICRC bit up to
	   and PIO transfer errors aren't allowed to use ICRC bit up to
	   ATA/ATAPI-7, it seems to imply that ABRT bit alone could
	   ATA/ATAPI-7, it seems to imply that ABRT bit alone could
	   indicate tranfer errors.
	   indicate transfer errors.
	   </para>
	   </para>
	   <para>
	   <para>
	   However, ATA/ATAPI-8 draft revision 1f removes the part
	   However, ATA/ATAPI-8 draft revision 1f removes the part
Loading