From: adilger Date: Fri, 5 Jul 2002 08:02:12 +0000 (+0000) Subject: Add closing quote so that obdecho compiles. X-Git-Tag: 0.5.0~30 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cf82afb3af6e578103ff4a61bcf8a15a9ba00fb0;p=fs%2Flustre-release.git Add closing quote so that obdecho compiles. --- 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); }