diff options
author | adrian <adrian@FreeBSD.org> | 2013-12-02 03:43:37 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-12-02 03:43:37 +0000 |
commit | 99b1bb9d11e38921b6a1b89e4b5a3b5c9a5dadd7 (patch) | |
tree | 3942a0d56a6c9fffbf4ea1d6b82430c038146dad | |
parent | ff0900a719cea4aee5d7300b5aa037c3bca5a33f (diff) | |
download | FreeBSD-src-99b1bb9d11e38921b6a1b89e4b5a3b5c9a5dadd7.zip FreeBSD-src-99b1bb9d11e38921b6a1b89e4b5a3b5c9a5dadd7.tar.gz |
Oops - fix bad indent. Sorry!
-rw-r--r-- | sys/dev/iwn/if_iwn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index 1d45147..c4a7490 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -7506,7 +7506,7 @@ iwn_read_firmware_tlv(struct iwn_softc *sc, struct iwn_fw_info *fw, DPRINTF(sc, IWN_DEBUG_RESET, "PAN Support found: %d\n", 1); break; - case IWN_FW_TLV_FLAGS: + case IWN_FW_TLV_FLAGS: if (len < sizeof(uint32_t)) break; if (len % sizeof(uint32_t)) |