All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20101224061539.GP1936@bicker>

diff --git a/a/1.txt b/N1/1.txt
index 59ff935..fb754b6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,7 +11,8 @@ index 42cc298..4c10d6c 100644
  	*t_code	= (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0);
  
  	/* check whether it is not the end */
--	if (!own || ((*t_code = VXGE_HW_RING_T_CODE_FRM_DROP) && own)) {
-+	if (!own || *t_code = VXGE_HW_RING_T_CODE_FRM_DROP) {
+-	if (!own || ((*t_code == VXGE_HW_RING_T_CODE_FRM_DROP) && own)) {
++	if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) {
  
- 		vxge_assert(((struct vxge_hw_ring_rxd_1 *)rxdp)->host_control ! 				0);
+ 		vxge_assert(((struct vxge_hw_ring_rxd_1 *)rxdp)->host_control !=
+ 				0);
diff --git a/a/content_digest b/N1/content_digest
index e87a45e..6e272e4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] vxge: remove duplicated part of check\0"
- "Date\0Fri, 24 Dec 2010 06:15:39 +0000\0"
+ "Date\0Fri, 24 Dec 2010 09:15:39 +0300\0"
  "To\0Ramkrishna Vepa <ramkrishna.vepa@exar.com>\0"
  "Cc\0Sivakumar Subramani <sivakumar.subramani@exar.com>"
   Sreenivasa Honnur <sreenivasa.honnur@exar.com>
@@ -22,9 +22,10 @@
  " \t*t_code\t= (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0);\n"
  " \n"
  " \t/* check whether it is not the end */\n"
- "-\tif (!own || ((*t_code = VXGE_HW_RING_T_CODE_FRM_DROP) && own)) {\n"
- "+\tif (!own || *t_code = VXGE_HW_RING_T_CODE_FRM_DROP) {\n"
+ "-\tif (!own || ((*t_code == VXGE_HW_RING_T_CODE_FRM_DROP) && own)) {\n"
+ "+\tif (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) {\n"
  " \n"
- " \t\tvxge_assert(((struct vxge_hw_ring_rxd_1 *)rxdp)->host_control ! \t\t\t\t0);"
+ " \t\tvxge_assert(((struct vxge_hw_ring_rxd_1 *)rxdp)->host_control !=\n"
+ " \t\t\t\t0);"
 
-b24a7069891ede21ba5376a13b2c380cc70188177cc091558bf435a6076673c8
+d2887cf1bbe8c951d71514e71011c00c2080d5c21a4e62ea09a46fc81c17aa27

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.