···245245This parameters is only relevant if auto-negotiation for this port is 246246not set to "Sense". If auto-negotiation is set to "On", all three values247247are possible. If it is set to "Off", only "Full" and "Half" are allowed.248248-This parameter is usefull if your link partner does not support all248248+This parameter is useful if your link partner does not support all249249possible combinations.250250251251Flow Control
+2-2
Documentation/power/swsusp.txt
···212212213213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null214214215215-after resume. swapoff -a; swapon -a may also be usefull.215215+after resume. swapoff -a; swapon -a may also be useful.216216217217Q: What happens to devices during swsusp? They seem to be resumed218218during system suspend?···323323A: No, it should work okay, as long as your app does not mlock()324324it. Just prepare big enough swap partition.325325326326-Q: What information is usefull for debugging suspend-to-disk problems?326326+Q: What information is useful for debugging suspend-to-disk problems?327327328328A: Well, last messages on the screen are always useful. If something329329is broken, it is usually some kernel driver, therefore trying with as
+1-1
Makefile
···251251# If it is set to "silent_", nothing wil be printed at all, since252252# the variable $(silent_cmd_cc_o_c) doesn't exist.253253#254254-# A simple variant is to prefix commands with $(Q) - that's usefull254254+# A simple variant is to prefix commands with $(Q) - that's useful255255# for commands that shall be hidden in non-verbose mode.256256#257257# $(Q)ln $@ :<
+1-1
arch/xtensa/kernel/time.c
···201201 if ((signed long)(get_ccount() - next) > 0)202202 goto again;203203204204- /* Allow platform to do something usefull (Wdog). */204204+ /* Allow platform to do something useful (Wdog). */205205206206 platform_heartbeat();207207
+1-1
drivers/media/radio/radio-sf16fmr2.c
···4848static int radio_nr = -1;49495050/* hw precision is 12.5 kHz5151- * It is only usefull to give freq in intervall of 200 (=0.0125Mhz),5151+ * It is only useful to give freq in intervall of 200 (=0.0125Mhz),5252 * other bits will be truncated5353 */5454#define RSF16_ENCODE(x) ((x)/200+856)
+1-1
drivers/net/sk98lin/skdim.c
···180180 /*181181 ** The number of interrupts per sec is the same as expected.182182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183183- ** in the moderation timer might be usefull183183+ ** in the moderation timer might be useful184184 */185185 if (M_DIMINFO.AutoSizing) {186186 ResizeDimTimerDuration(pAC);
+1-1
drivers/net/sk98lin/skge.c
···28512851 * Description:28522852 * This function is called if an ioctl is issued on the device.28532853 * There are three subfunction for reading, writing and test-writing28542854- * the private MIB data structure (usefull for SysKonnect-internal tools).28542854+ * the private MIB data structure (useful for SysKonnect-internal tools).28552855 *28562856 * Returns:28572857 * 0, if everything is ok
+4-4
drivers/net/sk98lin/skgepnmi.c
···611611 * Description:612612 * Calls a general sub-function for all this stuff. The preset does613613 * the same as a set, but returns just before finally setting the614614- * new value. This is usefull to check if a set might be successfull.614614+ * new value. This is useful to check if a set might be successfull.615615 * If the instance -1 is passed, an array of values is supposed and616616 * all instances of the OID will be set.617617 *···654654 * Description:655655 * Calls a general sub-function for all this stuff. The preset does656656 * the same as a set, but returns just before finally setting the657657- * new value. This is usefull to check if a set might be successfull.657657+ * new value. This is useful to check if a set might be successfull.658658 * If the instance -1 is passed, an array of values is supposed and659659 * all instances of the OID will be set.660660 *···870870 * Description:871871 * Calls a general sub-function for all this set stuff. The preset does872872 * the same as a set, but returns just before finally setting the873873- * new value. This is usefull to check if a set might be successfull.873873+ * new value. This is useful to check if a set might be successfull.874874 * The sub-function runs through the IdTable, checks which OIDs are able875875 * to set, and calls the handler function of the OID to perform the876876 * preset. The return value of the function will also be stored in···64736473 *64746474 * Description:64756475 * The COMMON module only tells us if the mode is half or full duplex.64766476- * But in the decade of auto sensing it is usefull for the user to64766476+ * But in the decade of auto sensing it is useful for the user to64776477 * know if the mode was negotiated or forced. Therefore we have a64786478 * look to the mode, which was last used by the negotiation process.64796479 *
+1-1
drivers/w1/Kconfig
···33config W144 tristate "Dallas's 1-wire support"55 ---help---66- Dallas's 1-wire bus is usefull to connect slow 1-pin devices66+ Dallas's 1-wire bus is useful to connect slow 1-pin devices77 such as iButtons and thermal sensors.8899 If you want W1 support, you should say Y here.