Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197153
b: refs/heads/master
c: 8e81f18
h: refs/heads/master
i:
  197151: c122162
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 486926c commit 94cbe8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ecfe20db3e0e2ff9df4007c4f1d34b27a24265fd
refs/heads/master: 8e81f184d9fc3c607a2f0b236d765eb348fbd845
6 changes: 2 additions & 4 deletions trunk/drivers/staging/comedi/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
#include <linux/proc_fs.h>
/* #include <linux/string.h> */

int comedi_read_procmem(char *buf, char **start, off_t offset, int len,
int *eof, void *data);

extern struct comedi_driver *comedi_drivers;

int comedi_read_procmem(char *buf, char **start, off_t offset, int len,
Expand All @@ -49,7 +46,8 @@ int comedi_read_procmem(char *buf, char **start, off_t offset, int len,
l += sprintf(buf + l,
"comedi version " COMEDI_RELEASE "\n"
"format string: %s\n",
"\"%2d: %-20s %-20s %4d\",i,driver_name,board_name,n_subdevices");
"\"%2d: %-20s %-20s %4d\", i, "
"driver_name, board_name, n_subdevices");

for (i = 0; i < COMEDI_NUM_BOARD_MINORS; i++) {
struct comedi_device_file_info *dev_file_info =
Expand Down

0 comments on commit 94cbe8b

Please sign in to comment.