Skip to content

Commit

Permalink
[ARM] 3031/1: fix typos in comments of mmc.h
Browse files Browse the repository at this point in the history
Patch from Erik Hovland

I noticed that the same typo (i before c in associated) showed up twice
in the file kernel/include/linux/mmc/mmc.h.

This patch fixes both of the instances I found with this mistake. The
typos are in comments and should have no affect on working code.

E

Signed-off-by: Erik Hovland <erik@hovland.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Erik Hovland authored and Russell King committed Oct 28, 2005
1 parent 741b225 commit 8573b80
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 8573b80

Please sign in to comment.