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

Commit a58a414f authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk
Browse files

spelling: s/usefull/useful/



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent f17578de
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -245,7 +245,7 @@ Default: Both
This parameters is only relevant if auto-negotiation for this port is 
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
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.
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.
possible combinations.


Flow Control
Flow Control
+2 −2
Original line number Original line 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
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
Q: What happens to devices during swsusp? They seem to be resumed
during system suspend?
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()
A: No, it should work okay, as long as your app does not mlock()
it. Just prepare big enough swap partition.
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
A: Well, last messages on the screen are always useful. If something
is broken, it is usually some kernel driver, therefore trying with as
is broken, it is usually some kernel driver, therefore trying with as
+1 −1
Original line number Original line 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
# If it is set to "silent_", nothing wil be printed at all, since
# the variable $(silent_cmd_cc_o_c) doesn't exist.
# 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.
# for commands that shall be hidden in non-verbose mode.
#
#
#	$(Q)ln $@ :<
#	$(Q)ln $@ :<
+1 −1
Original line number Original line Diff line number Diff line
@@ -201,7 +201,7 @@ irqreturn_t timer_interrupt (int irq, void *dev_id, struct pt_regs *regs)
	if ((signed long)(get_ccount() - next) > 0)
	if ((signed long)(get_ccount() - next) > 0)
		goto again;
		goto again;


	/* Allow platform to do something usefull (Wdog). */
	/* Allow platform to do something useful (Wdog). */


	platform_heartbeat();
	platform_heartbeat();


+1 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,7 @@ static int io = 0x384;
static int radio_nr = -1;
static int radio_nr = -1;


/* hw precision is 12.5 kHz
/* hw precision is 12.5 kHz
 * It is only usefull to give freq in intervall of 200 (=0.0125Mhz),
 * It is only useful to give freq in intervall of 200 (=0.0125Mhz),
 * other bits will be truncated
 * other bits will be truncated
 */
 */
#define RSF16_ENCODE(x)	((x)/200+856)
#define RSF16_ENCODE(x)	((x)/200+856)
Loading