mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[MMC] Fix missing ','
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
21500bb32a
commit
ce11a161c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue