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

Commit a33f3224 authored by Francis Galiegue's avatar Francis Galiegue Committed by Jiri Kosina
Browse files

Documentation/: it's -> its where appropriate



Fix obvious cases of "it's" being used when "its" was meant.

Signed-off-by: default avatarFrancis Galiegue <fgaliegue@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6c9468e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ Date: September 2008
Contact:	Badari Pulavarty <pbadari@us.ibm.com>
Description:
		The file /sys/devices/system/memory/memoryX/state
		is read-write.  When read, it's contents show the
		is read-write.  When read, its contents show the
		online/offline state of the memory section.  When written,
		root can toggle the the online/offline state of a removable
		memory section (see removable file description above)
+1 −1
Original line number Diff line number Diff line
@@ -742,7 +742,7 @@ failure can be determined by:

			   Closing

This document, and the API itself, would not be in it's current
This document, and the API itself, would not be in its current
form without the feedback and suggestions from numerous individuals.
We would like to specifically mention, in no particular order, the
following people:
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ void (*host_stop) (struct ata_host_set *host_set);
	allocates space for a legacy IDE PRD table and returns.
	</para>
	<para>
	->port_stop() is called after ->host_stop().  It's sole function
	->port_stop() is called after ->host_stop().  Its sole function
	is to release DMA/memory resources, now that they are no longer
	actively being used.  Many drivers also free driver-private
	data from port at this time.
+2 −2
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ The driver should return one of the following result codes:

		- PCI_ERS_RESULT_NEED_RESET
		  Driver returns this if it thinks the device is not
		  recoverable in it's current state and it needs a slot
		  recoverable in its current state and it needs a slot
		  reset to proceed.

		- PCI_ERS_RESULT_DISCONNECT
@@ -241,7 +241,7 @@ in working condition.

The driver is not supposed to restart normal driver I/O operations
at this point.  It should limit itself to "probing" the device to
check it's recoverability status. If all is right, then the platform
check its recoverability status. If all is right, then the platform
will call resume() once all drivers have ack'd link_reset().

	Result codes:
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ NOTE: Smack labels are limited to 23 characters. The attr command
If you don't do anything special all users will get the floor ("_")
label when they log in. If you do want to log in via the hacked ssh
at other labels use the attr command to set the smack value on the
home directory and it's contents.
home directory and its contents.

You can add access rules in /etc/smack/accesses. They take the form:

Loading