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

Commit a457aa6c authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents dbc1651f b3c29d85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ VII. Getting Parameters
      ENOMEM      Kernel memory allocation error

   A return value of 0 does not mean that the value was actually
   properly retreived.  The user should check the result list
   properly retrieved.  The user should check the result list
   to determine the specific status of the transaction.

VIII. Downloading Software
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ Default: Both
This parameters is only relevant if auto-negotiation for this port is 
not set to "Sense". If auto-negotiation is set to "On", all three values
are possible. If it is set to "Off", only "Full" and "Half" are allowed.
This parameter is usefull if your link partner does not support all
This parameter is useful if your link partner does not support all
possible combinations.

Flow Control
+2 −2
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ A: Try running

cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null

after resume. swapoff -a; swapon -a may also be usefull.
after resume. swapoff -a; swapon -a may also be useful.

Q: What happens to devices during swsusp? They seem to be resumed
during system suspend?
@@ -323,7 +323,7 @@ to be useless to try to suspend to disk while that app is running?
A: No, it should work okay, as long as your app does not mlock()
it. Just prepare big enough swap partition.

Q: What information is usefull for debugging suspend-to-disk problems?
Q: What information is useful for debugging suspend-to-disk problems?

A: Well, last messages on the screen are always useful. If something
is broken, it is usually some kernel driver, therefore trying with as
+0 −7
Original line number Diff line number Diff line
@@ -546,13 +546,6 @@ W: http://linuxtv.org
T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
S:	Maintained

BUSLOGIC SCSI DRIVER
P:	Leonard N. Zubkoff
M:	Leonard N. Zubkoff <lnz@dandelion.com>
L:	linux-scsi@vger.kernel.org
W:	http://www.dandelion.com/Linux/
S:	Maintained

COMMON INTERNET FILE SYSTEM (CIFS)
P:	Steve French
M:	sfrench@samba.org
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
# If it is set to "silent_", nothing wil be printed at all, since
# the variable $(silent_cmd_cc_o_c) doesn't exist.
#
# A simple variant is to prefix commands with $(Q) - that's usefull
# A simple variant is to prefix commands with $(Q) - that's useful
# for commands that shall be hidden in non-verbose mode.
#
#	$(Q)ln $@ :<
Loading