Skip to content

Commit

Permalink
[MMC] Fix missing ','
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Jan 4, 2006
1 parent 21500bb commit ce11a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mmc/card.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct mmc_csd {
unsigned int capacity;
unsigned int read_partial:1,
read_misalign:1,
write_partial:1
write_partial:1,
write_misalign:1;
};

Expand Down

0 comments on commit ce11a16

Please sign in to comment.