Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141587
b: refs/heads/master
c: 0306b0c
h: refs/heads/master
i:
  141585: 1aa9fc9
  141583: 071c305
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent b534dcb commit 2559489
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: 38443673506e19ad9af9785c5e5ebead81b6be39
refs/heads/master: 0306b0cb8e13d51c16adf9bc3285de80f6dc93b3
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 @@ -220,13 +220,13 @@ struct thresh_struct {
* command.
* 2. number_of_xx_thresholds specify how many GE/LE threshold there are.
*/
typedef struct {
struct le_struct {
s32 latch_bits;
s32 number_of_ge_thresholds;
s32 number_of_le_thresholds;
struct thresh_struct thresholds[4];
s32 reserved;
} le_struct_t;
};

/* LINK_TYPES */
/* Link types is an enumerated value showing the different possible transform
Expand Down Expand Up @@ -652,7 +652,7 @@ typedef struct force_sensor_data {
* le_struct structure (pg. 23).
*/

le_struct_t load_envelopes[0x10]; /* offset 0x0100 */
struct le_struct load_envelopes[0x10]; /* offset 0x0100 */

/* Transforms is a table containing the transform descriptions.
* There are 16 possible transform slots in the table. The slots are
Expand Down

0 comments on commit 2559489

Please sign in to comment.