spelling: s/usefull/useful/

Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Adrian Bunk and committed by
Adrian Bunk
a58a414f f17578de

+13 -13
+1 -1
Documentation/networking/sk98lin.txt
··· 245 245 This parameters is only relevant if auto-negotiation for this port is 246 246 not set to "Sense". If auto-negotiation is set to "On", all three values 247 247 are possible. If it is set to "Off", only "Full" and "Half" are allowed. 248 - This parameter is usefull if your link partner does not support all 248 + This parameter is useful if your link partner does not support all 249 249 possible combinations. 250 250 251 251 Flow Control
+2 -2
Documentation/power/swsusp.txt
··· 212 212 213 213 cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null 214 214 215 - after resume. swapoff -a; swapon -a may also be usefull. 215 + after resume. swapoff -a; swapon -a may also be useful. 216 216 217 217 Q: What happens to devices during swsusp? They seem to be resumed 218 218 during system suspend? ··· 323 323 A: No, it should work okay, as long as your app does not mlock() 324 324 it. Just prepare big enough swap partition. 325 325 326 - Q: What information is usefull for debugging suspend-to-disk problems? 326 + Q: What information is useful for debugging suspend-to-disk problems? 327 327 328 328 A: Well, last messages on the screen are always useful. If something 329 329 is broken, it is usually some kernel driver, therefore trying with as
+1 -1
Makefile
··· 251 251 # If it is set to "silent_", nothing wil be printed at all, since 252 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 255 # for commands that shall be hidden in non-verbose mode. 256 256 # 257 257 # $(Q)ln $@ :<
+1 -1
arch/xtensa/kernel/time.c
··· 201 201 if ((signed long)(get_ccount() - next) > 0) 202 202 goto again; 203 203 204 - /* Allow platform to do something usefull (Wdog). */ 204 + /* Allow platform to do something useful (Wdog). */ 205 205 206 206 platform_heartbeat(); 207 207
+1 -1
drivers/media/radio/radio-sf16fmr2.c
··· 48 48 static int radio_nr = -1; 49 49 50 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 52 * other bits will be truncated 53 53 */ 54 54 #define RSF16_ENCODE(x) ((x)/200+856)
+1 -1
drivers/net/sk98lin/skdim.c
··· 180 180 /* 181 181 ** The number of interrupts per sec is the same as expected. 182 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 185 if (M_DIMINFO.AutoSizing) { 186 186 ResizeDimTimerDuration(pAC);
+1 -1
drivers/net/sk98lin/skge.c
··· 2851 2851 * Description: 2852 2852 * This function is called if an ioctl is issued on the device. 2853 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 2856 * Returns: 2857 2857 * 0, if everything is ok
+4 -4
drivers/net/sk98lin/skgepnmi.c
··· 611 611 * Description: 612 612 * Calls a general sub-function for all this stuff. The preset does 613 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 615 * If the instance -1 is passed, an array of values is supposed and 616 616 * all instances of the OID will be set. 617 617 * ··· 654 654 * Description: 655 655 * Calls a general sub-function for all this stuff. The preset does 656 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 658 * If the instance -1 is passed, an array of values is supposed and 659 659 * all instances of the OID will be set. 660 660 * ··· 870 870 * Description: 871 871 * Calls a general sub-function for all this set stuff. The preset does 872 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 874 * The sub-function runs through the IdTable, checks which OIDs are able 875 875 * to set, and calls the handler function of the OID to perform the 876 876 * preset. The return value of the function will also be stored in ··· 6473 6473 * 6474 6474 * Description: 6475 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 6477 * know if the mode was negotiated or forced. Therefore we have a 6478 6478 * look to the mode, which was last used by the negotiation process. 6479 6479 *
+1 -1
drivers/w1/Kconfig
··· 3 3 config W1 4 4 tristate "Dallas's 1-wire support" 5 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 7 such as iButtons and thermal sensors. 8 8 9 9 If you want W1 support, you should say Y here.