From: "Justin P. Mattock" <justinmattock@gmail.com>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org,
"Justin P. Mattock" <justinmattock@gmail.com>
Subject: [PATCH 2/4]drivers:atm:iphase.c Fix a typo "shud"
Date: Fri, 12 Aug 2011 17:26:12 -0700 [thread overview]
Message-ID: <1313195174-4464-2-git-send-email-justinmattock@gmail.com> (raw)
In-Reply-To: <1313195174-4464-1-git-send-email-justinmattock@gmail.com>
From: "Justin P. Mattock" <justinmattock@gmail.com>
The patch below fixes a typo shud.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
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
next prev parent reply other threads:[~2011-08-13 0:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-13 0:26 [PATCH 1/4]arch:mips:kernel Fix " Justin P. Mattock
2011-08-13 0:26 ` Justin P. Mattock [this message]
2011-08-13 0:26 ` [PATCH 3/4]drivers:staging " Justin P. Mattock
2011-08-13 5:52 ` Joe Perches
2011-08-13 0:26 ` [PATCH 4/4]sound:pci " Justin P. Mattock
2011-08-14 3:27 ` Calvin Walton
2011-08-13 5:01 ` [PATCH 1/4]arch:mips:kernel " Hillf Danton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1313195174-4464-2-git-send-email-justinmattock@gmail.com \
--to=justinmattock@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®