aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/networking/sk98lin.txt2
-rw-r--r--Documentation/power/swsusp.txt4
-rw-r--r--Makefile2
-rw-r--r--arch/xtensa/kernel/time.c2
-rw-r--r--drivers/media/radio/radio-sf16fmr2.c2
-rw-r--r--drivers/net/sk98lin/skdim.c2
-rw-r--r--drivers/net/sk98lin/skge.c2
-rw-r--r--drivers/net/sk98lin/skgepnmi.c8
-rw-r--r--drivers/w1/Kconfig2
9 files changed, 13 insertions, 13 deletions
diff --git a/Documentation/networking/sk98lin.txt b/Documentation/networking/sk98lin.txt
index 851fc97bb22f..f9d979ee9526 100644
--- a/Documentation/networking/sk98lin.txt
+++ b/Documentation/networking/sk98lin.txt
@@ -245,7 +245,7 @@ Default: Both
245This parameters is only relevant if auto-negotiation for this port is 245This parameters is only relevant if auto-negotiation for this port is
246not set to "Sense". If auto-negotiation is set to "On", all three values 246not set to "Sense". If auto-negotiation is set to "On", all three values
247are possible. If it is set to "Off", only "Full" and "Half" are allowed. 247are possible. If it is set to "Off", only "Full" and "Half" are allowed.
248This parameter is usefull if your link partner does not support all 248This parameter is useful if your link partner does not support all
249possible combinations. 249possible combinations.
250 250
251Flow Control 251Flow Control
diff --git a/Documentation/power/swsusp.txt b/Documentation/power/swsusp.txt
index cd0fcd89a6f0..08c79d4dc540 100644
--- a/Documentation/power/swsusp.txt
+++ b/Documentation/power/swsusp.txt
@@ -212,7 +212,7 @@ A: Try running
212 212
213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null 213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null
214 214
215after resume. swapoff -a; swapon -a may also be usefull. 215after resume. swapoff -a; swapon -a may also be useful.
216 216
217Q: What happens to devices during swsusp? They seem to be resumed 217Q: What happens to devices during swsusp? They seem to be resumed
218during system suspend? 218during system suspend?
@@ -323,7 +323,7 @@ to be useless to try to suspend to disk while that app is running?
323A: No, it should work okay, as long as your app does not mlock() 323A: No, it should work okay, as long as your app does not mlock()
324it. Just prepare big enough swap partition. 324it. Just prepare big enough swap partition.
325 325
326Q: What information is usefull for debugging suspend-to-disk problems? 326Q: What information is useful for debugging suspend-to-disk problems?
327 327
328A: Well, last messages on the screen are always useful. If something 328A: Well, last messages on the screen are always useful. If something
329is broken, it is usually some kernel driver, therefore trying with as 329is broken, it is usually some kernel driver, therefore trying with as
diff --git a/Makefile b/Makefile
index 599e744d3e33..fb497ea8bc74 100644
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
251# If it is set to "silent_", nothing wil be printed at all, since 251# If it is set to "silent_", nothing wil be printed at all, since
252# the variable $(silent_cmd_cc_o_c) doesn't exist. 252# the variable $(silent_cmd_cc_o_c) doesn't exist.
253# 253#
254# A simple variant is to prefix commands with $(Q) - that's usefull 254# A simple variant is to prefix commands with $(Q) - that's useful
255# for commands that shall be hidden in non-verbose mode. 255# for commands that shall be hidden in non-verbose mode.
256# 256#
257# $(Q)ln $@ :< 257# $(Q)ln $@ :<
diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c
index cb6e38ed2b1d..937d81f62f43 100644
--- a/arch/xtensa/kernel/time.c
+++ b/arch/xtensa/kernel/time.c
@@ -201,7 +201,7 @@ again:
201 if ((signed long)(get_ccount() - next) > 0) 201 if ((signed long)(get_ccount() - next) > 0)
202 goto again; 202 goto again;
203 203
204 /* Allow platform to do something usefull (Wdog). */ 204 /* Allow platform to do something useful (Wdog). */
205 205
206 platform_heartbeat(); 206 platform_heartbeat();
207 207
diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c
index 26632cead09a..099ffb3b9c71 100644
--- a/drivers/media/radio/radio-sf16fmr2.c
+++ b/drivers/media/radio/radio-sf16fmr2.c
@@ -48,7 +48,7 @@ static int io = 0x384;
48static int radio_nr = -1; 48static int radio_nr = -1;
49 49
50/* hw precision is 12.5 kHz 50/* hw precision is 12.5 kHz
51 * It is only usefull to give freq in intervall of 200 (=0.0125Mhz), 51 * It is only useful to give freq in intervall of 200 (=0.0125Mhz),
52 * other bits will be truncated 52 * other bits will be truncated
53 */ 53 */
54#define RSF16_ENCODE(x) ((x)/200+856) 54#define RSF16_ENCODE(x) ((x)/200+856)
diff --git a/drivers/net/sk98lin/skdim.c b/drivers/net/sk98lin/skdim.c
index 0fddf61047b4..07c1b4c8699d 100644
--- a/drivers/net/sk98lin/skdim.c
+++ b/drivers/net/sk98lin/skdim.c
@@ -180,7 +180,7 @@ SkDimModerate(SK_AC *pAC) {
180 /* 180 /*
181 ** The number of interrupts per sec is the same as expected. 181 ** The number of interrupts per sec is the same as expected.
182 ** Evalulate the descriptor-ratio. If it has changed, a resize 182 ** Evalulate the descriptor-ratio. If it has changed, a resize
183 ** in the moderation timer might be usefull 183 ** in the moderation timer might be useful
184 */ 184 */
185 if (M_DIMINFO.AutoSizing) { 185 if (M_DIMINFO.AutoSizing) {
186 ResizeDimTimerDuration(pAC); 186 ResizeDimTimerDuration(pAC);
diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c
index 197edd74fbb5..a5f2b1ee0752 100644
--- a/drivers/net/sk98lin/skge.c
+++ b/drivers/net/sk98lin/skge.c
@@ -2851,7 +2851,7 @@ unsigned long Flags; /* for spin lock */
2851 * Description: 2851 * Description:
2852 * This function is called if an ioctl is issued on the device. 2852 * This function is called if an ioctl is issued on the device.
2853 * There are three subfunction for reading, writing and test-writing 2853 * There are three subfunction for reading, writing and test-writing
2854 * the private MIB data structure (usefull for SysKonnect-internal tools). 2854 * the private MIB data structure (useful for SysKonnect-internal tools).
2855 * 2855 *
2856 * Returns: 2856 * Returns:
2857 * 0, if everything is ok 2857 * 0, if everything is ok
diff --git a/drivers/net/sk98lin/skgepnmi.c b/drivers/net/sk98lin/skgepnmi.c
index 58e1a5be913f..a386172107e8 100644
--- a/drivers/net/sk98lin/skgepnmi.c
+++ b/drivers/net/sk98lin/skgepnmi.c
@@ -611,7 +611,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */
611 * Description: 611 * Description:
612 * Calls a general sub-function for all this stuff. The preset does 612 * Calls a general sub-function for all this stuff. The preset does
613 * the same as a set, but returns just before finally setting the 613 * the same as a set, but returns just before finally setting the
614 * new value. This is usefull to check if a set might be successfull. 614 * new value. This is useful to check if a set might be successfull.
615 * If the instance -1 is passed, an array of values is supposed and 615 * If the instance -1 is passed, an array of values is supposed and
616 * all instances of the OID will be set. 616 * all instances of the OID will be set.
617 * 617 *
@@ -654,7 +654,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */
654 * Description: 654 * Description:
655 * Calls a general sub-function for all this stuff. The preset does 655 * Calls a general sub-function for all this stuff. The preset does
656 * the same as a set, but returns just before finally setting the 656 * the same as a set, but returns just before finally setting the
657 * new value. This is usefull to check if a set might be successfull. 657 * new value. This is useful to check if a set might be successfull.
658 * If the instance -1 is passed, an array of values is supposed and 658 * If the instance -1 is passed, an array of values is supposed and
659 * all instances of the OID will be set. 659 * all instances of the OID will be set.
660 * 660 *
@@ -870,7 +870,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */
870 * Description: 870 * Description:
871 * Calls a general sub-function for all this set stuff. The preset does 871 * Calls a general sub-function for all this set stuff. The preset does
872 * the same as a set, but returns just before finally setting the 872 * the same as a set, but returns just before finally setting the
873 * new value. This is usefull to check if a set might be successfull. 873 * new value. This is useful to check if a set might be successfull.
874 * The sub-function runs through the IdTable, checks which OIDs are able 874 * The sub-function runs through the IdTable, checks which OIDs are able
875 * to set, and calls the handler function of the OID to perform the 875 * to set, and calls the handler function of the OID to perform the
876 * preset. The return value of the function will also be stored in 876 * preset. The return value of the function will also be stored in
@@ -6473,7 +6473,7 @@ unsigned int PhysPortIndex) /* Physical port index */
6473 * 6473 *
6474 * Description: 6474 * Description:
6475 * The COMMON module only tells us if the mode is half or full duplex. 6475 * The COMMON module only tells us if the mode is half or full duplex.
6476 * But in the decade of auto sensing it is usefull for the user to 6476 * But in the decade of auto sensing it is useful for the user to
6477 * know if the mode was negotiated or forced. Therefore we have a 6477 * know if the mode was negotiated or forced. Therefore we have a
6478 * look to the mode, which was last used by the negotiation process. 6478 * look to the mode, which was last used by the negotiation process.
6479 * 6479 *
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig
index 9a1e00dd3e02..4baf61a22327 100644
--- a/drivers/w1/Kconfig
+++ b/drivers/w1/Kconfig
@@ -3,7 +3,7 @@ menu "Dallas's 1-wire bus"
3config W1 3config W1
4 tristate "Dallas's 1-wire support" 4 tristate "Dallas's 1-wire support"
5 ---help--- 5 ---help---
6 Dallas's 1-wire bus is usefull to connect slow 1-pin devices 6 Dallas's 1-wire bus is useful to connect slow 1-pin devices
7 such as iButtons and thermal sensors. 7 such as iButtons and thermal sensors.
8 8
9 If you want W1 support, you should say Y here. 9 If you want W1 support, you should say Y here.