zephyr/net/ip
Flavio Santes f74f3f8385 net: Fix Kconfig indentation issue
checkpatch warns about some indentation issues found in Kconfig files.
So, this patch fixes those issues. No new information is added by
this commit.

Change-Id: I251add0359be3fd9152df0f6d58c1207488464a6
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-12-02 12:40:47 +02:00
..
contiki Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()" 2016-10-14 07:12:06 +00:00
er-coap net: coap: Add a Kconfig option to enable/disable link format filters 2016-07-29 17:33:53 +00:00
rest-engine net: Enable TCP support 2016-04-25 09:40:32 +03:00
tinydtls net: tinydtls: Use assert.h from minimal libc 2016-07-21 16:22:20 +00:00
cc2520_15_4_radio.h cc2520: Initial checkin for TI CC2520 802.15.4 driver 2016-02-05 20:25:23 -05:00
dummy_15_4_radio.c net: 802.15.4: Fix the dummy driver 2016-03-03 07:17:56 +00:00
dummy_15_4_radio.h
ip_buf.c net: Set uIP context on newly allocated buffers immediately. 2016-09-22 12:00:24 +00:00
Kconfig net: Fix Kconfig indentation issue 2016-12-02 12:40:47 +02:00
Kconfig.debug net: Split debug Kconfig options from legacy to new stack 2016-12-02 12:40:24 +02:00
l2_buf.c net: contiki: move neighbor_list to struct l2_buf 2016-03-16 14:20:56 +00:00
Makefile fix: net samples no longer include unneeded 802.15.4 files 2016-09-12 12:29:09 +00:00
net_context.c Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()" 2016-10-14 07:12:06 +00:00
net_core.c net: ip: fix variable type mismatching issue 2016-11-18 00:21:09 +00:00
net_driver_15_4.c net: 802.15.4: Fix a variable type mismatching issue 2016-11-18 00:19:13 +00:00
net_driver_15_4.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_bt.c Bluetooth: L2CAP: Refactor l2cap core types 2016-06-13 11:49:07 +00:00
net_driver_bt.h net: Network driver for Bluetooth 6LoWPAN connections 2016-02-05 20:24:59 -05:00
net_driver_ethernet.c net: Tighten ETHERTYPE decode. 2016-08-30 10:48:48 +00:00
net_driver_ethernet.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_loopback.c net: Fix not setting loopback address in loopback driver 2016-02-05 20:25:09 -05:00
net_driver_loopback.h net/loopback: add missing license 2016-05-10 05:16:20 +00:00
net_driver_slip.c net: Removed obsolete print defines from slip driver 2016-04-18 12:07:19 +00:00
net_driver_slip.h