[PATCH] Fixes trivial error in drivers/isdn/hardware/eicon/divamnt.c

Herbert Xu (herbert@gondor.apana.org.au)
Tue, 27 May 2003 20:21:02 +1000


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-22587-1054030918-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

This patch adds a pair of missing quotes.

-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

--=_courier-22587-1054030918-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=p

Index: drivers/isdn/hardware/eicon/divamnt.c =================================================================== RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/drivers/isdn/hardware/eicon/divamnt.c,v retrieving revision 1.1.1.4 diff -u -r1.1.1.4 divamnt.c --- drivers/isdn/hardware/eicon/divamnt.c 27 May 2003 08:38:30 -0000 1.1.1.4 +++ drivers/isdn/hardware/eicon/divamnt.c 27 May 2003 10:17:11 -0000 @@ -421,7 +421,7 @@ return (0); } - devfs_mk_cdev(MKDEV(major, 0), S_IFCHR|S_IRUSR|S_IWUSR, DivasMAINT); + devfs_mk_cdev(MKDEV(major, 0), S_IFCHR|S_IRUSR|S_IWUSR, "DivasMAINT"); return (1); }

--=_courier-22587-1054030918-0001-2--