Use consistent variable names
Use the same variable name in functions declaration and definition. Signed-off-by: Yu-Chen Lin <npes87184@gmail.com> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
committed by
Romain Vimont
parent
6537c2ef01
commit
fcf225049d
@@ -11,6 +11,6 @@
|
||||
|
||||
// name must be at least DEVICE_NAME_FIELD_LENGTH bytes
|
||||
bool
|
||||
device_read_info(socket_t device_socket, char *name, struct size *frame_size);
|
||||
device_read_info(socket_t device_socket, char *device_name, struct size *size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user