tipo and coding style

git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@359 766a2236-cff9-0310-b0c0-a81a5f92509a
This commit is contained in:
ben 2007-07-10 07:29:41 +00:00
parent 501ef6658d
commit 9f0289c27e
2 changed files with 3 additions and 3 deletions

View File

@ -296,8 +296,8 @@ int __init fpgafs_init(void)
return -ENOMEM;
register_filesystem(&fpgafs_type);
printk("fpgafs: Benjamin Krill <ben@codiert.org");
printk("fpgafs: successfull loaded ...");
printk("fpgafs: Benjamin Krill <ben@codiert.org>\n");
printk("fpgafs: successfull loaded ...\n");
return 0;
}