[master] 66ecc8369 param: Comment OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Dec 13 17:08:09 UTC 2021


commit 66ecc83692d55d7c4f14b5b3ab1e6b2c9e90b383
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Dec 13 08:41:53 2021 +0100

    param: Comment OCD

diff --git a/bin/varnishd/mgt/mgt_param_tweak.c b/bin/varnishd/mgt/mgt_param_tweak.c
index 2971eaa1b..776439959 100644
--- a/bin/varnishd/mgt/mgt_param_tweak.c
+++ b/bin/varnishd/mgt/mgt_param_tweak.c
@@ -492,7 +492,6 @@ tweak_thread_pool_max(struct vsb *vsb, const struct parspec *par,
 
 /*--------------------------------------------------------------------
  * Tweak storage
- *
  */
 
 int v_matchproto_(tweak_t)
diff --git a/include/tbl/params.h b/include/tbl/params.h
index 270cec0de..e316a4eab 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -37,8 +37,8 @@
 /*lint -save -e525 -e539 -e835 */
 
 /*--------------------------------------------------------------------
- *  * Simple parameters
- *   */
+ * Simple parameters
+ */
 
 #define PARAM_SIMPLE(nm, typ, ...) \
 	PARAM(typ, nm, nm, tweak_##typ, &mgt_param.nm, __VA_ARGS__)
@@ -1167,7 +1167,8 @@ PARAM_SIMPLE(
 /* We have a strict min at the protocol default here. This is because we
  * don't have the 'use settings only after peer ack' in place yet. If the
  * value is lower than the protocol default, the very first stream could
- * get a flow control error. */
+ * get a flow control error.
+ */
 PARAM_SIMPLE(
 	/* name */	h2_initial_window_size,
 	/* type */	bytes_u,


More information about the varnish-commit mailing list