]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Fixup ospf_lsa.[ch] to properly spell out parameters for functions
authorDonald Sharp <sharpd@nvidia.com>
Tue, 15 Oct 2024 22:32:14 +0000 (18:32 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 15 Oct 2024 22:32:14 +0000 (18:32 -0400)
commit573d807adf17ae979df60f999fa0e8e8e6ff985a
tree2ca5af194c278cdb8689db5cb972896f58c5554c
parentde02471a8d26938a46f6252b7a6a8065125853e9
ospfd: Fixup ospf_lsa.[ch] to properly spell out parameters for functions

Our standard says when in a .h file and declaring a function all parameters
must have their variables spelled out.  Let's do this for ospf_lsa.h

Modified ospf_lsa.c to also use event instead of thread, and uint8_t instead
of unsigned short.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_lsa.c
ospfd/ospf_lsa.h