]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/locking: comment reformatting
authorRalph Boehme <slow@samba.org>
Thu, 17 Jul 2025 09:23:34 +0000 (11:23 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 10 Oct 2025 15:59:35 +0000 (15:59 +0000)
Prepares for upcoming changes.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/locking.h

index f9eb502b7582623020be833f0b1c29640b004824..1c4c6d7ccad2b62d8bf53dd9a9530f4907600f39 100644 (file)
@@ -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;