]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/ethtool-util.h
tree-wide: fix typo and comment style update
[thirdparty/systemd.git] / src / shared / ethtool-util.h
index d07cfaefb26b919a2685e39ccbe421ac6f6a23a6..84dd444d33864124e3f57fe52315c32c9d0abe48 100644 (file)
@@ -117,7 +117,7 @@ struct ethtool_link_usettings {
 };
 
 typedef struct u32_opt {
-        uint32_t value; /* a value of 0 indicates the hardware advertised maximum should be used.*/
+        uint32_t value; /* a value of 0 indicates the hardware advertised maximum should be used. */
         bool set;
 } u32_opt;