]> sigrok.org Git - libsigrok.git/commitdiff
drivers: Consistently make LOG_PREFIX the first item after #includes.
authorUwe Hermann <redacted>
Fri, 21 Jul 2017 16:20:14 +0000 (18:20 +0200)
committerUwe Hermann <redacted>
Fri, 21 Jul 2017 16:46:27 +0000 (18:46 +0200)
src/hardware/asix-sigma/protocol.h
src/hardware/hung-chang-dso-2100/protocol.h
src/hardware/motech-lps-30x/protocol.h
src/hardware/sysclk-lwla/protocol.h
src/hardware/yokogawa-dlm/protocol.h

index 2c54dfa11a9321a67d700eeef0b43fc1dd3894d4..40206342110c020fa91840b413269896e8645e10 100644 (file)
@@ -30,6 +30,8 @@
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
+#define LOG_PREFIX "asix-sigma"
+
 /*
  * Triggers are not working in this implementation. Stop claiming
  * support for the feature which effectively is not available, until
@@ -38,8 +40,6 @@
  */
 #define ASIX_SIGMA_WITH_TRIGGER        0
 
-#define LOG_PREFIX "asix-sigma"
-
 #define USB_VENDOR                     0xa600
 #define USB_PRODUCT                    0xa000
 #define USB_DESCRIPTION                        "ASIX SIGMA"
index f7268f3b133c4cceb96b9ef174b1e2c665a015c2..11de7b7254337946b68ea33edb1c2a5116971f80 100644 (file)
@@ -26,6 +26,7 @@
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "hung-chang-dso-2100"
+
 #define MAX_RETRIES 4
 #define NUM_CHANNELS 2
 
index 99e453eba15ff76f3c3466b0cb81c51f1a9140b2..53aa0325b2dfd9e04e6ae335032f2fad9364937e 100644 (file)
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
+#define LOG_PREFIX "motech-lps-30x"
+
 SR_PRIV int lps_process_status(struct sr_dev_inst *sdi, int stat);
 SR_PRIV int lps_send_req(struct sr_serial_dev_inst *serial, const char *fmt, ...);
 
-#define LOG_PREFIX "motech-lps-30x"
-
 #define LINELEN_MAX 50 /**< Max. line length for requests */
 
 #define REQ_TIMEOUT_MS 250 /**< Timeout [ms] for single request. */
index 23c2728ab308588afd226b6d80f42bf956fd37b2..0db4bc79eb19fa7b71e7380019fe1cea84306949 100644 (file)
 #ifndef LIBSIGROK_HARDWARE_SYSCLK_LWLA_PROTOCOL_H
 #define LIBSIGROK_HARDWARE_SYSCLK_LWLA_PROTOCOL_H
 
-#define LOG_PREFIX "sysclk-lwla"
-
 #include <stdint.h>
 #include <libusb.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
 #include <libsigrok-internal.h>
 
+#define LOG_PREFIX "sysclk-lwla"
+
 /* Maximum configurable sample count limit.
  * Due to compression, there is no meaningful hardware limit the driver
  * could report. So this value is less than 2^64-1 for no reason other
index ac0f4f1bd7b4758f3073ff25ce71dc243898045b..dae0477c5e90e2b76ff4effad8641d77bed4d01e 100644 (file)
@@ -31,6 +31,7 @@
 #include "protocol_wrappers.h"
 
 #define LOG_PREFIX "yokogawa-dlm"
+
 #define MAX_INSTRUMENT_VERSIONS 8
 
 #define RECEIVE_BUFFER_SIZE 4096