[dahdi-commits] tzafrir: linux/trunk r7731 - /linux/trunk/drivers/dahdi/xpp/card_fxo.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Mon Dec 28 12:33:53 CST 2009
Author: tzafrir
Date: Mon Dec 28 12:33:51 2009
New Revision: 7731
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7731
Log:
xpp: Fix a typo in card_fxo.
xpp rev: 7595
Modified:
linux/trunk/drivers/dahdi/xpp/card_fxo.c
Modified: linux/trunk/drivers/dahdi/xpp/card_fxo.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/card_fxo.c?view=diff&rev=7731&r1=7730&r2=7731
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/card_fxo.c (original)
+++ linux/trunk/drivers/dahdi/xpp/card_fxo.c Mon Dec 28 12:33:51 2009
@@ -170,7 +170,7 @@
static const char *power2str(enum power_state pw)
{
switch(pw) {
- case POWER_UNKNOWN: return "UNKOWN";
+ case POWER_UNKNOWN: return "UNKNOWN";
case POWER_OFF: return "OFF";
case POWER_ON: return "ON";
}
More information about the dahdi-commits
mailing list