From d9a9485c454fda060fa159a311e3405ecd5a4350 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 2 Aug 2008 20:07:24 +0000 Subject: Update copyright, and fix a typo in some HDLC code that I wasn't building git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4668 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi-base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/dahdi') diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c index 3a5c63b..70924a4 100644 --- a/drivers/dahdi/dahdi-base.c +++ b/drivers/dahdi/dahdi-base.c @@ -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 int dahdi_net_attach(struct net_device *dev, unsigned short encoding, 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 -- cgit v1.2.3