git: 6d0d29809f48 - stable/12 - ipfilter: Fix whitespace errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jan 2022 14:23:50 UTC
The branch stable/12 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=6d0d29809f481db14baafcdeaa6ec98bcbfd486d
commit 6d0d29809f481db14baafcdeaa6ec98bcbfd486d
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-01-11 23:10:43 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-19 14:23:16 +0000
ipfilter: Fix whitespace errors
(cherry picked from commit 6af38b34e4b9863171e0240df1d1d432606c21a1)
---
sys/contrib/ipfilter/netinet/ip_nat.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c
index bfb6335b36d9..76a2dba15402 100644
--- a/sys/contrib/ipfilter/netinet/ip_nat.c
+++ b/sys/contrib/ipfilter/netinet/ip_nat.c
@@ -873,7 +873,7 @@ ipf_nat_hostmapdel(softc, 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. */
@@ -915,7 +915,7 @@ ipf_fix_outcksum(cksum, sp, n, 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. */
@@ -957,7 +957,7 @@ ipf_fix_incksum(cksum, sp, n, 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. */
@@ -1434,7 +1434,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 */