From 9f0289c27ef0d7c59e8a8c6b7ccc50a4ca2348c5 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 10 Jul 2007 07:29:41 +0000 Subject: [PATCH] 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 --- files.c | 2 +- inode.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files.c b/files.c index fbfbab8..d1169c0 100644 --- a/files.c +++ b/files.c @@ -34,7 +34,7 @@ static int fpgafs_open(struct inode *inode, struct file *file) static ssize_t fpgafs_stat_read(struct file *file, char __user *buf, size_t len, loff_t *pos) - { +{ //struct fpga_context *ctx = file->private_data; u32 data; data=stat; diff --git a/inode.c b/inode.c index 2b05d31..14c9c0f 100644 --- a/inode.c +++ b/inode.c @@ -296,8 +296,8 @@ int __init fpgafs_init(void) return -ENOMEM; register_filesystem(&fpgafs_type); - printk("fpgafs: Benjamin Krill \n"); + printk("fpgafs: successfull loaded ...\n"); return 0; }