Date: Wed, 12 Jan 2022 21:05:19 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6af38b34e4b9 - main - ipfilter: Fix whitespace errors Message-ID: <202201122105.20CL5Jk6080051@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=6af38b34e4b9863171e0240df1d1d432606c21a1 commit 6af38b34e4b9863171e0240df1d1d432606c21a1 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-01-11 23:10:43 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-01-12 20:58:05 +0000 ipfilter: Fix whitespace errors MFC after: 3 days --- sys/netpfil/ipfilter/netinet/ip_nat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/netpfil/ipfilter/netinet/ip_nat.c b/sys/netpfil/ipfilter/netinet/ip_nat.c index 1d6146ea404c..1c63960e5139 100644 --- a/sys/netpfil/ipfilter/netinet/ip_nat.c +++ b/sys/netpfil/ipfilter/netinet/ip_nat.c @@ -849,7 +849,7 @@ ipf_nat_hostmapdel(ipf_main_softc_t *softc, struct hostmap **hmp) /* Returns: Nil */ /* Parameters: cksum(I) - ipf_cksum_t, value of fin_cksum */ /* sp(I) - location of 16bit checksum to update */ -/* n((I) - amount to adjust checksum by */ +/* n(I) - amount to adjust checksum by */ /* partial(I) - partial checksum */ /* */ /* Adjusts the 16bit checksum by "n" for packets going out. */ @@ -888,7 +888,7 @@ ipf_fix_outcksum(int cksum, u_short *sp, u_32_t n, u_32_t partial) /* Returns: Nil */ /* Parameters: cksum(I) - ipf_cksum_t, value of fin_cksum */ /* sp(I) - location of 16bit checksum to update */ -/* n((I) - amount to adjust checksum by */ +/* n(I) - amount to adjust checksum by */ /* partial(I) - partial checksum */ /* */ /* Adjusts the 16bit checksum by "n" for packets going in. */ @@ -927,7 +927,7 @@ ipf_fix_incksum(int cksum, u_short *sp, u_32_t n, u_32_t partial) /* Function: ipf_fix_datacksum */ /* Returns: Nil */ /* Parameters: sp(I) - location of 16bit checksum to update */ -/* n((I) - amount to adjust checksum by */ +/* n(I) - amount to adjust checksum by */ /* */ /* Fix_datacksum is used *only* for the adjustments of checksums in the */ /* data section of an IP packet. */ @@ -1398,7 +1398,7 @@ done: /* n(I) - pointer to new NAT rule */ /* np(I) - pointer to where to insert new NAT rule */ /* getlock(I) - flag indicating if lock on is held */ -/* Mutex Locks: ipf_nat_io */ +/* Mutex Locks: ipf_nat_io */ /* */ /* Handle SIOCADNAT. Resolve and calculate details inside the NAT rule */ /* from information passed to the kernel, then add it to the appropriate */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201122105.20CL5Jk6080051>