Skip to content

Commit

Permalink
drivers/isdn/: Spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Joe Perches authored and Adrian Bunk committed Feb 3, 2008
1 parent 5047fab commit c66ed65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/eicon/debuglib.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ DBG_DECL(PRV3)
} }
#endif
/*
* For event level debug use a separate define, the paramete are
* For event level debug use a separate define, the parameter are
* different and cause compiler errors on some systems.
*/
#define DBG_EVL_ID(args) \
Expand Down
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/eicon/di.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ byte pr_dpc(ADAPTER * a)
a->ram_in(a, &RcIn->RcId),
a->ram_in(a, &RcIn->RcCh),
a->ram_inw(a, &RcIn->Reference),
tmp[0], /* type of extended informtion */
tmp[0], /* type of extended information */
tmp[1]); /* extended information */
a->ram_out(a, &RcIn->Rc, 0);
}
Expand Down

0 comments on commit c66ed65

Please sign in to comment.