git: e4b354592f45 - stable/13 - ipfilter: Fix whitespace errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jan 2022 14:21:28 UTC
The branch stable/13 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=e4b354592f451fbab7d67e3f2d438a2ab6cc63ea
commit e4b354592f451fbab7d67e3f2d438a2ab6cc63ea
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:19:24 +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 2bf5b9608987..cab4700be4a7 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 */