[PATCH] Update to srm_env.c update (for Alpha arch.)

Jan-Benedict Glaw (jbglaw@lug-owl.de)
Wed, 22 May 2002 00:33:09 +0200


--smOfPzt+Qjm5bNGJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi Marcelo!

Please accept this (cosmetic) update to the srm_env.c driver. It fixes
a spelinck bug within a comment.

MfG, JBG

--- linux/arch/alpha/kernel/srm_env.c.orig Wed May 22 00:09:19 2002
+++ linux/arch/alpha/kernel/srm_env.c Wed May 22 00:12:08 2002
@@ -1,5 +1,5 @@
/*
- * srm_env.c - Access to SRC environment
+ * srm_env.c - Access to SRM environment
* variables through linux' procfs
*
* Copyright (C) 2001-2002 Jan-Benedict Glaw <jbglaw@lug-owl.de>
@@ -31,6 +31,11 @@
=20
/*
* Changelog
+ * ~~~~~~~~~
+ *
+ * Wed, 22 May 2002 00:11:21 +0200
+ * - Fix typo on comment (SRC -> SRM)
+ * - Call this "Version 0.0.4"
*
* Tue, 9 Apr 2002 18:44:40 +0200
* - Implement access by variable name and additionally
@@ -54,7 +59,7 @@
#define BASE_DIR "srm_environment" /* Subdir in /proc/ */
#define NAMED_DIR "named_variables" /* Subdir for known variables */
#define NUMBERED_DIR "numbered_variables" /* Subdir for all variables */
-#define VERSION "0.0.3" /* Module version */
+#define VERSION "0.0.4" /* Module version */
#define NAME "srm_env" /* Module name */
=20
MODULE_AUTHOR("Jan-Benedict Glaw <jbglaw@lug-owl.de>");

--=20
Jan-Benedict Glaw . jbglaw@lug-owl.de . +49-172-7608481
-- New APT-Proxy written in shell script --
http://lug-owl.de/~jbglaw/software/ap2/

--smOfPzt+Qjm5bNGJ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE86sskHb1edYOZ4bsRAkNhAJ480ksh+M9lbT46TsQe1CwAyaiCgACgkw84
iezQFeGytxtL4cd1tj6FFyI=
=r0U2
-----END PGP SIGNATURE-----

--smOfPzt+Qjm5bNGJ--
-
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/