diff options
| author | James Morris <jmorris@namei.org> | 2011-04-19 07:32:41 -0400 |
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2011-04-19 07:32:41 -0400 |
| commit | d4ab4e6a23f805abb8fc3cc34525eec3788aeca1 (patch) | |
| tree | eefd82c155bc27469a85667d759cd90facf4a6e3 /drivers/net/skfp/ess.c | |
| parent | c0fa797ae6cd02ff87c0bfe0d509368a3b45640e (diff) | |
| parent | 96fd2d57b8252e16dfacf8941f7a74a6119197f5 (diff) | |
Merge branch 'master'; commit 'v2.6.39-rc3' into next
Diffstat (limited to 'drivers/net/skfp/ess.c')
| -rw-r--r-- | drivers/net/skfp/ess.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/skfp/ess.c b/drivers/net/skfp/ess.c index 8639a0884f5c..2fc5987b41dc 100644 --- a/drivers/net/skfp/ess.c +++ b/drivers/net/skfp/ess.c | |||
| @@ -241,7 +241,7 @@ int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, | |||
| 241 | != SMT_RDF_SUCCESS) || | 241 | != SMT_RDF_SUCCESS) || |
| 242 | (sm->smt_tid != smc->ess.alloc_trans_id)) { | 242 | (sm->smt_tid != smc->ess.alloc_trans_id)) { |
| 243 | 243 | ||
| 244 | DB_ESS("ESS: Allocation Responce not accepted\n",0,0) ; | 244 | DB_ESS("ESS: Allocation Response not accepted\n",0,0) ; |
| 245 | return fs; | 245 | return fs; |
| 246 | } | 246 | } |
| 247 | 247 | ||
| @@ -393,7 +393,7 @@ static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhe | |||
| 393 | * | T-NEG | | 393 | * | T-NEG | |
| 394 | * - - | 394 | * - - |
| 395 | * | 395 | * |
| 396 | * T-NEG is discribed by the equation: | 396 | * T-NEG is described by the equation: |
| 397 | * | 397 | * |
| 398 | * (-) fddiMACT-NEG | 398 | * (-) fddiMACT-NEG |
| 399 | * T-NEG = ------------------- | 399 | * T-NEG = ------------------- |
| @@ -479,7 +479,7 @@ static void ess_send_response(struct s_smc *smc, struct smt_header *sm, | |||
| 479 | void *p ; | 479 | void *p ; |
| 480 | 480 | ||
| 481 | /* | 481 | /* |
| 482 | * get and initialize the responce frame | 482 | * get and initialize the response frame |
| 483 | */ | 483 | */ |
| 484 | if (sba_cmd == CHANGE_ALLOCATION) { | 484 | if (sba_cmd == CHANGE_ALLOCATION) { |
| 485 | if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, | 485 | if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, |
| @@ -578,7 +578,7 @@ static void ess_send_alc_req(struct s_smc *smc) | |||
| 578 | } | 578 | } |
| 579 | 579 | ||
| 580 | /* | 580 | /* |
| 581 | * get and initialize the responce frame | 581 | * get and initialize the response frame |
| 582 | */ | 582 | */ |
| 583 | if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REQUEST, | 583 | if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REQUEST, |
| 584 | sizeof(struct smt_sba_alc_req)))) | 584 | sizeof(struct smt_sba_alc_req)))) |
