Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141582
b: refs/heads/master
c: 2deee55
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 6135144 commit b9be99a
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: 0642feb3e1ffe896ff0fd67cad5fc33a51fe4651
refs/heads/master: 2deee55e66d0de60ca28703da5aba8bdaf27b4ba
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/jr3_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ static inline void set_s16(volatile s32 * p, s16 val)
* varies with different sensors.
*/

typedef struct raw_channel {
struct raw_channel {
u32 raw_time;
s32 raw_data;
s32 reserved[2];
} raw_channel_t;
};

/* The force_array structure shows the layout for the decoupled and
* filtered force data.
Expand Down Expand Up @@ -267,7 +267,7 @@ typedef struct force_sensor_data {
/* Raw_channels is the area used to store the raw data coming from */
/* the sensor. */

raw_channel_t raw_channels[16]; /* offset 0x0000 */
struct raw_channel raw_channels[16]; /* offset 0x0000 */

/* Copyright is a null terminated ASCII string containing the JR3 */
/* copyright notice. */
Expand Down

0 comments on commit b9be99a

Please sign in to comment.