From cf82afb3af6e578103ff4a61bcf8a15a9ba00fb0 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 5 Jul 2002 08:02:12 +0000 Subject: [PATCH] Add closing quote so that obdecho compiles. --- lustre/obdecho/echo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdecho/echo.c b/lustre/obdecho/echo.c index 84b6eef..2c7bbc5 100644 --- a/lustre/obdecho/echo.c +++ b/lustre/obdecho/echo.c @@ -185,11 +185,11 @@ struct obd_ops echo_obd_ops = { o_commitrw: echo_commitrw, }; -#define OBDECHO_VERSION "$Revision: 1.15 $ +#define OBDECHO_VERSION "$Revision: 1.16 $" static int __init obdecho_init(void) { - printk(KERN_INFO "Echo OBD driver " OBDECHO_VERSION " braam@clusterfs.com\n"); + printk(KERN_INFO "Echo OBD driver " OBDECHO_VERSION " info@clusterfs.com\n"); return class_register_type(&echo_obd_ops, OBD_ECHO_DEVICENAME); } -- 1.8.3.1