rpms/kernel/F-7 linux-2.6-ps3-gelic.patch,1.4,1.5

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Jul 12 23:18:04 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22923

Modified Files:
	linux-2.6-ps3-gelic.patch 
Log Message:
typo

linux-2.6-ps3-gelic.patch:

Index: linux-2.6-ps3-gelic.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/linux-2.6-ps3-gelic.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-ps3-gelic.patch	12 Jul 2007 22:35:52 -0000	1.4
+++ linux-2.6-ps3-gelic.patch	12 Jul 2007 23:17:31 -0000	1.5
@@ -1970,10 +1970,10 @@
  		if (skb->protocol == htons(ETH_P_IP)) {
 -			if (skb->nh.iph->protocol == IPPROTO_TCP) {
 +			const struct iphdr *iph = ip_hdr(skb);
-+			if (ip->protocol == IPPROTO_TCP) {
++			if (iph->protocol == IPPROTO_TCP) {
  				descr->dmac_cmd_status = tcpcs;
 -			} else if (skb->nh.iph->protocol == IPPROTO_UDP) {
-+			} else if (ip->protocol == IPPROTO_UDP) {
++			} else if (iph->protocol == IPPROTO_UDP) {
  				descr->dmac_cmd_status = udpcs;
  			} else { /* the stack should checksum non-tcp and non-udp
  				    packets on his own: NETIF_F_IP_CSUM */




More information about the fedora-extras-commits mailing list