small changes
This commit is contained in:
parent
57dc545fad
commit
8db24fbd1d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1 +1 @@
|
|||||||
* ident
|
* ident=true
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
* Copyright (c) 2002-2003, Regents of the University of California
|
* Copyright (c) 2002-2003, Regents of the University of California
|
||||||
* Copyright (c) 2007 Monty and Xiph.Org
|
* Copyright (c) 2007 Monty and Xiph.Org
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id: kfusd.c 12354 2007-01-19 17:26:14Z xiphmont $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -2977,7 +2977,7 @@ STATIC void fusd_status_build_text (fusd_statcontext_t *fs)
|
|||||||
}
|
}
|
||||||
|
|
||||||
len += snprintf(buf + len, buf_size - len,
|
len += snprintf(buf + len, buf_size - len,
|
||||||
"\nFUSD $Id$ - %d devices used by %d clients\n",
|
"\nFUSD $Id:$ - %d devices used by %d clients\n",
|
||||||
total_files, total_clients);
|
total_files, total_clients);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
@ -3127,7 +3127,7 @@ STATIC int init_fusd (void)
|
|||||||
|
|
||||||
|
|
||||||
printk(KERN_INFO
|
printk(KERN_INFO
|
||||||
"fusd: starting, $Id$");
|
"fusd: starting, $Id:$");
|
||||||
#ifdef CVSTAG
|
#ifdef CVSTAG
|
||||||
printk(", release %s", CVSTAG);
|
printk(", release %s", CVSTAG);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user