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

Valdis.Kletnieks@vt.edu
Tue, 27 May 2003 06:41:00 -0400


--==_Exmh_523496244P
Content-Type: text/plain; charset=us-ascii

On Tue, 27 May 2003 20:21:02 +1000, Herbert Xu said:

> This patch adds a pair of missing quotes.

> - 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);

This smells like a missing #define DivasMAINT "Some Value Here"?

--==_Exmh_523496244P
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Exmh version 2.5 07/13/2001

iD8DBQE+00C8cC3lWbTT17ARAhlmAJwMwnzDyCmGK5RRYPNnBAou7pwVLwCfWC3t
SILEHjwQmscuDKDMhfKhBQg=
=enQp
-----END PGP SIGNATURE-----

--==_Exmh_523496244P--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/