Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Oct 28, 2005
2 parents 83928e1 + 8573b80 commit 27d1097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mmc/mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct mmc_command {
#define MMC_ERR_INVALID 5

struct mmc_data *data; /* data segment associated with cmd */
struct mmc_request *mrq; /* assoicated request */
struct mmc_request *mrq; /* associated request */
};

struct mmc_data {
Expand All @@ -68,7 +68,7 @@ struct mmc_data {
unsigned int bytes_xfered;

struct mmc_command *stop; /* stop command */
struct mmc_request *mrq; /* assoicated request */
struct mmc_request *mrq; /* associated request */

unsigned int sg_len; /* size of scatter list */
struct scatterlist *sg; /* I/O scatter list */
Expand Down

0 comments on commit 27d1097

Please sign in to comment.