cosmetic: Move comment to the right place

Change-Id: I3d548fcc7d500baf37134b14af91bc7b284ce6ad
diff --git a/include/osmocom/codec/ecu.h b/include/osmocom/codec/ecu.h
index ec94670..f3b34c9 100644
--- a/include/osmocom/codec/ecu.h
+++ b/include/osmocom/codec/ecu.h
@@ -5,7 +5,6 @@
 
 #include <osmocom/codec/codec.h>
 
-/* Codec independent ECU state */
 struct osmo_ecu_fr_state {
 	bool subsequent_lost_frame;
 	uint8_t frame_backup[GSM_FR_BYTES];
@@ -40,6 +39,7 @@
  *   -- Harald Welte <laforge@gnumonks.org> on August 1, 2019.
  */
 
+/* Codec independent ECU state */
 struct osmo_ecu_state {
 	enum osmo_ecu_codec codec;
 	uint8_t data[0];