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, 19 Oct 2007 16:33:08 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	joakim.koskela@...t.fi
Cc:	netdev@...r.kernel.org, kaber@...sh.net
Subject: Re: [PATCH] netdev: Interfamily support for IPSEC BEET


Please fix up these whitespace errors in your patch, thank you:

+ git apply --check --whitespace=error-all diff
Space in indent is followed by a tab.
diff:329: 		if (x->sel.family == AF_INET) {
Space in indent is followed by a tab.
diff:330: 			x->props.header_len += IPV4_BEET_PHMAXLEN +
Space in indent is followed by a tab.
diff:331: 				(sizeof(struct ipv6hdr) - sizeof(struct iphdr));
Space in indent is followed by a tab.
diff:332: 		}
Space in indent is followed by a tab.
diff:347: 		    (x->props.mode != XFRM_MODE_BEET ||
Space in indent is followed by a tab.
diff:348: 		     x->sel.family != AF_INET6)) {
fatal: 6 lines add whitespace errors.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ