[PATCH 2/4]drivers:atm:iphase.c Fix a typo "shud"

From: Justin P. Mattock
Date: Fri Aug 12 2011 - 20:26:46 EST


From: "Justin P. Mattock" <justinmattock@xxxxxxxxx>

The patch below fixes a typo shud.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>

---
drivers/atm/iphase.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index cb90f7a..bc6bf9e 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -1089,7 +1089,7 @@ static int rx_pkt(struct atm_dev *dev)
iadev->reass_ram, iadev->rfL.pcq_rd, desc);
printk(" pcq_wr_ptr = 0x%x\n",
readw(iadev->reass_reg+PCQ_WR_PTR)&0xffff);)
- /* update the read pointer - maybe we shud do this in the end*/
+ /* update the read pointer - maybe we should do this in the end*/
if ( iadev->rfL.pcq_rd== iadev->rfL.pcq_ed)
iadev->rfL.pcq_rd = iadev->rfL.pcq_st;
else
@@ -1167,7 +1167,7 @@ static int rx_pkt(struct atm_dev *dev)
wr_ptr->bytes = len; /* We don't know this do we ?? */
wr_ptr->mode = DMA_INT_ENABLE;

- /* shud take care of wrap around here too. */
+ /* should take care of wrap around here too. */
if(++wr_ptr == iadev->rx_dle_q.end)
wr_ptr = iadev->rx_dle_q.start;
iadev->rx_dle_q.write = wr_ptr;
@@ -2509,7 +2509,7 @@ static int __devinit ia_start(struct atm_dev *dev)
| CTRL_B64
| CTRL_B128
| CTRL_ERRMASK
- | CTRL_DLETMASK /* shud be removed l8r */
+ | CTRL_DLETMASK /* should be removed l8r */
| CTRL_DLERMASK
| CTRL_SEGMASK
| CTRL_REASSMASK
--
1.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/