Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141590
b: refs/heads/master
c: 1c31dda
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 37f8341 commit 3dc077f
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: 4e1ccd9717df80a6207fe89eb0761415cbe5b2e7
refs/heads/master: 1c31ddaf9b46bec3df20b3a3b95049f45f43bf84
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 @@ -254,12 +254,12 @@ enum link_types {

/* TRANSFORM */
/* Structure used to describe a transform. */
typedef struct {
struct intern_transform {
struct {
u32 link_type;
s32 link_amount;
} link[8];
} intern_transform_t;
};

/* JR3 force/torque sensor data definition. For more information see sensor and */
/* hardware manuals. */
Expand Down Expand Up @@ -666,7 +666,7 @@ typedef struct force_sensor_data {
* definition of the transform structure (pg. 26).
*/

intern_transform_t transforms[0x10]; /* offset 0x0200 */
struct intern_transform transforms[0x10]; /* offset 0x0200 */
} jr3_channel_t;

struct jr3_t {
Expand Down

0 comments on commit 3dc077f

Please sign in to comment.