Commit cb4d14c4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] i2o: reorder of fields in i2o_cmd_passthru structure

From: Markus Lidel <Markus.Lidel@shadowconnect.com>

I have made a mistake in the kernel header i2o-dev.h.  All structures there
begin with the "iop" first, but in my structure the order is reversed.
parent c8fecbe2
...@@ -45,9 +45,8 @@ ...@@ -45,9 +45,8 @@
struct i2o_cmd_passthru struct i2o_cmd_passthru
{ {
unsigned int iop; /* IOP unit number */
void *msg; /* message */ void *msg; /* message */
int iop; /* number of the I2O controller, to which the
message should go to */
}; };
struct i2o_cmd_hrtlct struct i2o_cmd_hrtlct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment