Commit e4691564ccd366618934e70b7f621df7e1c5d70b

Authored by Heinrich Schuchardt
Committed by Joe Hershberger
1 parent 10710b4ec5

net: fix typos

%s/Desriptor/Descriptor/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

drivers/net/fsl_mcdmafec.c
... ... @@ -391,7 +391,7 @@
391 391 /* Set Opcode/Pause Duration Register */
392 392 fecp->opd = 0x00010020;
393 393  
394   - /* Setup Buffers and Buffer Desriptors */
  394 + /* Setup Buffers and Buffer Descriptors */
395 395 info->rxIdx = 0;
396 396 info->txIdx = 0;
397 397  
drivers/net/mcffec.c
... ... @@ -465,7 +465,7 @@
465 465 fecp->emrbr = PKT_MAXBLR_SIZE;
466 466  
467 467 /*
468   - * Setup Buffers and Buffer Desriptors
  468 + * Setup Buffers and Buffer Descriptors
469 469 */
470 470 info->rxIdx = 0;
471 471 info->txIdx = 0;
drivers/net/mvneta.c
... ... @@ -540,7 +540,7 @@
540 540 u32 val;
541 541  
542 542 /* Only 255 descriptors can be added at once ; Assume caller
543   - * process TX desriptors in quanta less than 256
  543 + * process TX descriptors in quanta less than 256
544 544 */
545 545 val = pend_desc;
546 546 mvreg_write(pp, MVNETA_TXQ_UPDATE_REG(txq->id), val);