[svn-commits] russell: linux/trunk r4668 - /linux/trunk/drivers/dahdi/dahdi-base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat Aug 2 15:07:24 CDT 2008
Author: russell
Date: Sat Aug 2 15:07:24 2008
New Revision: 4668
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4668
Log:
Update copyright, and fix a typo in some HDLC code that I wasn't building
Modified:
linux/trunk/drivers/dahdi/dahdi-base.c
Modified: linux/trunk/drivers/dahdi/dahdi-base.c
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/dahdi-base.c?view=diff&rev=4668&r1=4667&r2=4668
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi-base.c (original)
+++ linux/trunk/drivers/dahdi/dahdi-base.c Sat Aug 2 15:07:24 2008
@@ -15,7 +15,7 @@
* from Cisco 3620 to IBM x305 here in F1 Group
*
* Copyright (C) 2001 Jim Dixon / Zapata Telephony.
- * Copyright (C) 2001 -2006 Digium, Inc.
+ * Copyright (C) 2001 - 2008 Digium, Inc.
*
* All rights reserved.
*
@@ -1577,7 +1577,7 @@
static struct dahdi_hdlc *dahdi_hdlc_alloc(void)
{
- return kzalloc(sizeof(struct dahdi_hdlc), GFP_KERNEL));
+ return kzalloc(sizeof(struct dahdi_hdlc), GFP_KERNEL);
}
#ifdef NEW_HDLC_INTERFACE
More information about the svn-commits
mailing list