lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 12 Aug 2011 17:26:12 -0700
From:	"Justin P. Mattock" <justinmattock@...il.com>
To:	trivial@...nel.org
Cc:	linux-kernel@...r.kernel.org,
	"Justin P. Mattock" <justinmattock@...il.com>
Subject: [PATCH 2/4]drivers:atm:iphase.c Fix a typo "shud"

From: "Justin P. Mattock" <justinmattock@...il.com>

The patch below fixes a typo shud.

Signed-off-by: Justin P. Mattock <justinmattock@...il.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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ