From: Ralph Boehme Date: Thu, 17 Jul 2025 09:23:34 +0000 (+0200) Subject: s3/locking: comment reformatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c7cd99c96687f512077cba6f99ed70dd30c566;p=thirdparty%2Fsamba.git s3/locking: comment reformatting Prepares for upcoming changes. Signed-off-by: Ralph Boehme Reviewed-by: Volker Lendecke --- diff --git a/source3/include/locking.h b/source3/include/locking.h index f9eb502b758..1c4c6d7ccad 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -49,10 +49,15 @@ struct files_struct; struct byte_range_lock; typedef uint64_t br_off; -/* Internal structure in brlock.tdb. - The data in brlock records is an unsorted linear array of these - records. It is unnecessary to store the count as tdb provides the - size of the record */ +/* + * Internal structure in brlock.tdb + * + * The data in brlock records is an unsorted linear array of these + * records. + * + * It is unnecessary to store the count as tdb provides the size of + * the record. + */ struct lock_struct { struct lock_context context;