Skip to content

Commit

Permalink
Staging: agnx: Fixup sta.h checkpatch warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Erik Andrén authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 715cf2c commit 7f11b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/agnx/sta.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct agnx_hash_cmd {
#define PASS 0x00000001
#define PASS_SHIFT 1
__be32 cmdlo;
}__attribute__((__packed__));
} __attribute__((__packed__));


/*
Expand Down

0 comments on commit 7f11b23

Please sign in to comment.