tnt has uploaded this change for review.

View Change

icE1usb fw: Fix some formatting (tab vs space)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Id47025320e65a27fc46e9204e050c57d108dab56
---
M firmware/ice40-riscv/icE1usb/usb_e1.c
1 file changed, 12 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/82/36682/1
diff --git a/firmware/ice40-riscv/icE1usb/usb_e1.c b/firmware/ice40-riscv/icE1usb/usb_e1.c
index 11c7401..18d8516 100644
--- a/firmware/ice40-riscv/icE1usb/usb_e1.c
+++ b/firmware/ice40-riscv/icE1usb/usb_e1.c
@@ -434,8 +434,8 @@

static struct usb_fn_drv _e1_drv = {
.set_conf = _e1_set_conf,
- .set_intf = _e1_set_intf,
- .get_intf = _e1_get_intf,
+ .set_intf = _e1_set_intf,
+ .get_intf = _e1_get_intf,
.ctrl_req = _e1_ctrl_req,
};


To view, visit change 36682. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: Id47025320e65a27fc46e9204e050c57d108dab56
Gerrit-Change-Number: 36682
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt@246tNt.com>
Gerrit-MessageType: newchange