···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 values247are 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 all249possible combinations.250251Flow Control
···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 values247are possible. If it is set to "Off", only "Full" and "Half" are allowed.248+This parameter is useful if your link partner does not support all249possible combinations.250251Flow Control
+2-2
Documentation/power/swsusp.txt
···212213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null214215-after resume. swapoff -a; swapon -a may also be usefull.216217Q: What happens to devices during swsusp? They seem to be resumed218during system suspend?···323A: No, it should work okay, as long as your app does not mlock()324it. Just prepare big enough swap partition.325326-Q: What information is usefull for debugging suspend-to-disk problems?327328A: Well, last messages on the screen are always useful. If something329is broken, it is usually some kernel driver, therefore trying with as
···212213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null214215+after resume. swapoff -a; swapon -a may also be useful.216217Q: What happens to devices during swsusp? They seem to be resumed218during system suspend?···323A: No, it should work okay, as long as your app does not mlock()324it. Just prepare big enough swap partition.325326+Q: What information is useful for debugging suspend-to-disk problems?327328A: Well, last messages on the screen are always useful. If something329is broken, it is usually some kernel driver, therefore trying with as
+1-1
Makefile
···251# If it is set to "silent_", nothing wil be printed at all, since252# the variable $(silent_cmd_cc_o_c) doesn't exist.253#254-# A simple variant is to prefix commands with $(Q) - that's usefull255# for commands that shall be hidden in non-verbose mode.256#257# $(Q)ln $@ :<
···251# If it is set to "silent_", nothing wil be printed at all, since252# the variable $(silent_cmd_cc_o_c) doesn't exist.253#254+# A simple variant is to prefix commands with $(Q) - that's useful255# for commands that shall be hidden in non-verbose mode.256#257# $(Q)ln $@ :<
+1-1
arch/xtensa/kernel/time.c
···201 if ((signed long)(get_ccount() - next) > 0)202 goto again;203204- /* Allow platform to do something usefull (Wdog). */205206 platform_heartbeat();207
···201 if ((signed long)(get_ccount() - next) > 0)202 goto again;203204+ /* Allow platform to do something useful (Wdog). */205206 platform_heartbeat();207
+1-1
drivers/media/radio/radio-sf16fmr2.c
···48static int radio_nr = -1;4950/* hw precision is 12.5 kHz51- * It is only usefull to give freq in intervall of 200 (=0.0125Mhz),52 * other bits will be truncated53 */54#define RSF16_ENCODE(x) ((x)/200+856)
···48static int radio_nr = -1;4950/* hw precision is 12.5 kHz51+ * It is only useful to give freq in intervall of 200 (=0.0125Mhz),52 * other bits will be truncated53 */54#define RSF16_ENCODE(x) ((x)/200+856)
+1-1
drivers/net/sk98lin/skdim.c
···180 /*181 ** The number of interrupts per sec is the same as expected.182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183- ** in the moderation timer might be usefull184 */185 if (M_DIMINFO.AutoSizing) {186 ResizeDimTimerDuration(pAC);
···180 /*181 ** The number of interrupts per sec is the same as expected.182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183+ ** in the moderation timer might be useful184 */185 if (M_DIMINFO.AutoSizing) {186 ResizeDimTimerDuration(pAC);
+1-1
drivers/net/sk98lin/skge.c
···2851 * Description:2852 * This function is called if an ioctl is issued on the device.2853 * There are three subfunction for reading, writing and test-writing2854- * the private MIB data structure (usefull for SysKonnect-internal tools).2855 *2856 * Returns:2857 * 0, if everything is ok
···2851 * Description:2852 * This function is called if an ioctl is issued on the device.2853 * There are three subfunction for reading, writing and test-writing2854+ * the private MIB data structure (useful for SysKonnect-internal tools).2855 *2856 * Returns:2857 * 0, if everything is ok
+4-4
drivers/net/sk98lin/skgepnmi.c
···611 * Description:612 * Calls a general sub-function for all this stuff. The preset does613 * the same as a set, but returns just before finally setting the614- * new value. This is usefull to check if a set might be successfull.615 * If the instance -1 is passed, an array of values is supposed and616 * all instances of the OID will be set.617 *···654 * Description:655 * Calls a general sub-function for all this stuff. The preset does656 * the same as a set, but returns just before finally setting the657- * new value. This is usefull to check if a set might be successfull.658 * If the instance -1 is passed, an array of values is supposed and659 * all instances of the OID will be set.660 *···870 * Description:871 * Calls a general sub-function for all this set stuff. The preset does872 * the same as a set, but returns just before finally setting the873- * new value. This is usefull to check if a set might be successfull.874 * The sub-function runs through the IdTable, checks which OIDs are able875 * to set, and calls the handler function of the OID to perform the876 * preset. The return value of the function will also be stored in···6473 *6474 * Description: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 to6477 * know if the mode was negotiated or forced. Therefore we have a6478 * look to the mode, which was last used by the negotiation process.6479 *
···611 * Description:612 * Calls a general sub-function for all this stuff. The preset does613 * the same as a set, but returns just before finally setting the614+ * 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 and616 * all instances of the OID will be set.617 *···654 * Description:655 * Calls a general sub-function for all this stuff. The preset does656 * the same as a set, but returns just before finally setting the657+ * 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 and659 * all instances of the OID will be set.660 *···870 * Description:871 * Calls a general sub-function for all this set stuff. The preset does872 * the same as a set, but returns just before finally setting the873+ * 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 able875 * to set, and calls the handler function of the OID to perform the876 * preset. The return value of the function will also be stored in···6473 *6474 * Description: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 useful for the user to6477 * know if the mode was negotiated or forced. Therefore we have a6478 * look to the mode, which was last used by the negotiation process.6479 *
+1-1
drivers/w1/Kconfig
···3config W14 tristate "Dallas's 1-wire support"5 ---help---6- Dallas's 1-wire bus is usefull to connect slow 1-pin devices7 such as iButtons and thermal sensors.89 If you want W1 support, you should say Y here.
···3config W14 tristate "Dallas's 1-wire support"5 ---help---6+ Dallas's 1-wire bus is useful to connect slow 1-pin devices7 such as iButtons and thermal sensors.89 If you want W1 support, you should say Y here.