Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
Lucas De Marchi
2011-03-30 22:57:33 -03:00
والد 6aba74f279
کامیت 25985edced
2463فایلهای تغییر یافته به همراه4252 افزوده شده و 4252 حذف شده

مشاهده پرونده

@@ -22,7 +22,7 @@ struct softing_priv {
struct softing *card;
struct {
int pending;
/* variables wich hold the circular buffer */
/* variables which hold the circular buffer */
int echo_put;
int echo_get;
} tx;

مشاهده پرونده

@@ -218,7 +218,7 @@ static int softing_handle_1(struct softing *card)
ptr = buf;
cmd = *ptr++;
if (cmd == 0xff)
/* not quite usefull, probably the card has got out */
/* not quite useful, probably the card has got out */
return 0;
netdev = card->net[0];
if (cmd & CMD_BUS2)