Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304664
b: refs/heads/master
c: 7086e6e
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed May 14, 2012
1 parent f124ee3 commit 31e0b10
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d73fad8335784fa53349ed2c5284c1339e3b103
refs/heads/master: 7086e6e5baae90047ecfb1416082409634868e66
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ static int ms_read_multiple_pages(struct rts51x_chip *chip, u16 phy_blk,
TRACE_RET(chip, STATUS_FAIL);

sec_cnt = chip->rsp_buf[0];
RTS51X_DEBUGP("%d pages need be trasferred, %d pages remained\n",
RTS51X_DEBUGP("%d pages need be transferred, %d pages remained\n",
(int)page_cnt, (int)sec_cnt);
page_addr = start_page + (page_cnt - sec_cnt);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/ms_mg.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ int mg_rsp(struct scsi_cmnd *srb, struct rts51x_chip *chip)
*
* Since the extra 4 bytes data is just only a prefix to original data
* that read from medium, so that the 4-byte data pushed into Ring buffer
* precedes data tramsinssion from medium to Ring buffer by DMA mechanisim
* precedes data transmission from medium to Ring buffer by DMA mechanism
* in order to get maximum performance and minimum code size simultaneously.
*/
int mg_get_ICV(struct scsi_cmnd *srb, struct rts51x_chip *chip)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/rts51x_chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ struct rts51x_option {
u8 ddr50_rx_phase;
u8 sdr50_tx_phase;
u8 sdr50_rx_phase;
/* used to enable select sdr50 tx phase according to proportion. */
/* used to enable select sdr50 tx phase according to proportion. */
u8 sdr50_phase_sel;
u8 ms_errreg_fix;
u8 reset_mmc_first;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/rts51x_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static int rts51x_sg_wait(struct usb_sg_request *io, int timeout)
*/
spin_unlock_irq(&io->lock);
switch (retval) {
/* maybe we retrying will recover */
/* maybe the retry will recover */
case -ENXIO: /* hc didn't queue this one */
case -EAGAIN:
case -ENOMEM:
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rts5139/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ int reset_sd(struct rts51x_chip *chip)
sd_card->sd_addr += (u32) rsp[2] << 16;

/* Get CSD register for Calculating Timing,Capacity,
* Check CSD to determaine as if this is the SD ROM card */
* Check CSD to determine as if this is the SD ROM card */
retval = sd_check_csd(chip, 1);
if (retval != STATUS_SUCCESS)
TRACE_RET(chip, retval);
Expand Down Expand Up @@ -2648,7 +2648,7 @@ static int reset_mmc(struct rts51x_chip *chip)
TRACE_RET(chip, retval);

/* Get CSD register for Calculating Timing,Capacity
* Check CSD to determaine as if this is the SD ROM card */
* Check CSD to determine as if this is the SD ROM card */
retval = sd_check_csd(chip, 1);
if (retval != STATUS_SUCCESS)
TRACE_RET(chip, retval);
Expand Down Expand Up @@ -3225,7 +3225,7 @@ int release_sd_card(struct rts51x_chip *chip)
struct sd_info *sd_card = &(chip->sd_card);
int retval;

RTS51X_DEBUGP("elease_sd_card\n");
RTS51X_DEBUGP("release_sd_card\n");

chip->card_ready &= ~SD_CARD;
chip->card_fail &= ~SD_CARD;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/xd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ int release_xd_card(struct rts51x_chip *chip)
struct xd_info *xd_card = &(chip->xd_card);
int retval;

RTS51X_DEBUGP("elease_xd_card\n");
RTS51X_DEBUGP("release_xd_card\n");

chip->card_ready &= ~XD_CARD;
chip->card_fail &= ~XD_CARD;
Expand Down

0 comments on commit 31e0b10

Please sign in to comment.