diff options
Diffstat (limited to 'drivers/net/sk98lin/skgepnmi.c')
-rw-r--r-- | drivers/net/sk98lin/skgepnmi.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 | * |