Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141656
b: refs/heads/master
c: 39f7666
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 83244ed commit cb5fdb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 055f6636d9eb27bc13236e07739e019496c21221
refs/heads/master: 39f7666080909466c0ed6d5fa48cce3403033ced
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/s526.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ enum S526_GPCT_APP_CLASS {
/* Config struct for different GPCT subdevice Application Classes and
their options
*/
typedef struct s526GPCTConfig {
struct s526GPCTConfig {
enum S526_GPCT_APP_CLASS app;
int data[MAX_GPCT_CONFIG_DATA];
} s526_gpct_config_t;
};

/*
* Board descriptions for two imaginary boards. Describing the
Expand Down Expand Up @@ -201,7 +201,7 @@ struct s526_private {
/* Used for AO readback */
unsigned int ao_readback[2];

s526_gpct_config_t s526_gpct_config[4];
struct s526GPCTConfig s526_gpct_config[4];
unsigned short s526_ai_config;
};

Expand Down

0 comments on commit cb5fdb1

Please sign in to comment.