small changes

This commit is contained in:
Godzil 2011-05-10 11:57:41 +02:00 committed by Manoel Trapier
parent 57dc545fad
commit 8db24fbd1d
2 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
* ident * ident=true

View File

@ -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