aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2019-01-10 16:19:00 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2019-01-16 11:40:23 -0800
commit91251133d05cc301f5885e9719c7c936b2acd1ff (patch)
tree97a9423e11944660382f34530069e83a596c6c97 /host/lib
parente5c45e424bafcc28faa0d7ebcfcf3d8aee3d08a7 (diff)
downloaduhd-91251133d05cc301f5885e9719c7c936b2acd1ff.tar.gz
uhd-91251133d05cc301f5885e9719c7c936b2acd1ff.tar.bz2
uhd-91251133d05cc301f5885e9719c7c936b2acd1ff.zip
formatting: remove vim hints in headers
Remove trailing vim hints in header files. This functionality will be replaced by clang-format.
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp1
-rw-r--r--host/lib/include/uhdlib/rfnoc/graph_impl.hpp1
-rw-r--r--host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp1
-rw-r--r--host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp1
-rw-r--r--host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp1
-rw-r--r--host/lib/include/uhdlib/rfnoc/utils.hpp1
-rw-r--r--host/lib/rfnoc/nocscript/block_iface.hpp1
-rw-r--r--host/lib/rfnoc/nocscript/expression.hpp1
-rw-r--r--host/lib/rfnoc/nocscript/function_table.hpp1
-rw-r--r--host/lib/rfnoc/nocscript/parser.hpp1
-rw-r--r--host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp1
-rw-r--r--host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp1
-rw-r--r--host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp1
-rw-r--r--host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp1
-rw-r--r--host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp1
-rw-r--r--host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp1
-rw-r--r--host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp1
-rw-r--r--host/lib/usrp/device3/device3_impl.hpp1
-rw-r--r--host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp1
-rw-r--r--host/lib/usrp/mpmd/mpmd_impl.hpp1
-rw-r--r--host/lib/usrp/x300/x300_impl.hpp1
-rw-r--r--host/lib/usrp/x300/x300_radio_ctrl_impl.hpp1
22 files changed, 0 insertions, 22 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp b/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp
index 1f67d05a1..6c62f2434 100644
--- a/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp
+++ b/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp
@@ -83,4 +83,3 @@ public:
}}; /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_AYNC_MSG_HANDLER_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/include/uhdlib/rfnoc/graph_impl.hpp b/host/lib/include/uhdlib/rfnoc/graph_impl.hpp
index 8da88b94f..d98d8187c 100644
--- a/host/lib/include/uhdlib/rfnoc/graph_impl.hpp
+++ b/host/lib/include/uhdlib/rfnoc/graph_impl.hpp
@@ -94,4 +94,3 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_GRAPH_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp
index 80556343b..af4168d8b 100644
--- a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp
+++ b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp
@@ -247,4 +247,3 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp b/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp
index 3f82ab12f..2ac65bb25 100644
--- a/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp
+++ b/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp
@@ -76,4 +76,3 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_TERMINATOR_RECV_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp b/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp
index 0a07e48ef..e4d509dc5 100644
--- a/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp
+++ b/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp
@@ -77,4 +77,3 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_TERMINATOR_SEND_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/include/uhdlib/rfnoc/utils.hpp b/host/lib/include/uhdlib/rfnoc/utils.hpp
index 28c69987f..7c3c1bb5f 100644
--- a/host/lib/include/uhdlib/rfnoc/utils.hpp
+++ b/host/lib/include/uhdlib/rfnoc/utils.hpp
@@ -64,4 +64,3 @@ namespace uhd { namespace rfnoc { namespace utils {
}}}; /* namespace uhd::rfnoc::utils */
#endif /* INCLUDED_LIBUHD_RFNOC_UTILS_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/rfnoc/nocscript/block_iface.hpp b/host/lib/rfnoc/nocscript/block_iface.hpp
index 5aa6b5dd6..3fafcb4d0 100644
--- a/host/lib/rfnoc/nocscript/block_iface.hpp
+++ b/host/lib/rfnoc/nocscript/block_iface.hpp
@@ -81,4 +81,3 @@ class block_iface {
}}} /* namespace uhd::rfnoc::nocscript */
#endif /* INCLUDED_LIBUHD_NOCSCRIPT_BLOCK_IFACE_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/rfnoc/nocscript/expression.hpp b/host/lib/rfnoc/nocscript/expression.hpp
index 0e0db01b9..69b5198bb 100644
--- a/host/lib/rfnoc/nocscript/expression.hpp
+++ b/host/lib/rfnoc/nocscript/expression.hpp
@@ -368,4 +368,3 @@ class expression_variable : public expression
}}} /* namespace uhd::rfnoc::nocscript */
#endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_EXPR_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/rfnoc/nocscript/function_table.hpp b/host/lib/rfnoc/nocscript/function_table.hpp
index b4dc88663..6d7ef4202 100644
--- a/host/lib/rfnoc/nocscript/function_table.hpp
+++ b/host/lib/rfnoc/nocscript/function_table.hpp
@@ -80,4 +80,3 @@ class function_table
}}} /* namespace uhd::rfnoc::nocscript */
#endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_FUNCTABLE_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/rfnoc/nocscript/parser.hpp b/host/lib/rfnoc/nocscript/parser.hpp
index 2eb6339e8..139082515 100644
--- a/host/lib/rfnoc/nocscript/parser.hpp
+++ b/host/lib/rfnoc/nocscript/parser.hpp
@@ -37,4 +37,3 @@ class parser
}}} /* namespace uhd::rfnoc::nocscript */
#endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_PARSER_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
index 99d35c4a0..3ce0b48fd 100644
--- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
@@ -292,5 +292,4 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_EISCAT_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp b/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp
index 62a7f5d5e..acfecf2df 100644
--- a/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp
+++ b/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp
@@ -96,4 +96,3 @@ private:
};
#endif /* INCLUDED_LIBUHD_RFNOC_MAGNESIUM_AD9371_IFACE_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp
index 191874748..fc3af77de 100644
--- a/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp
+++ b/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp
@@ -350,4 +350,3 @@ private:
};
#endif /* INCLUDED_LIBUHD_MAGNESIUM_CPLD_CTRL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
index 85c11f063..3d35206ed 100644
--- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
@@ -379,5 +379,4 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_MAGNESIUM_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp b/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp
index 1f055aca4..1b7a48142 100644
--- a/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp
+++ b/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp
@@ -23,4 +23,3 @@ ad9361_ctrl::sptr make_rpc(rpc_client::sptr rpcc);
std::string get_which_ad9361_chain(const direction_t dir, const size_t chan);
#endif /* INCLUDED_LIBUHD_RFNOC_NEON_AD9361_IFACE_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp
index 7f1debdb1..ac7fd70e9 100644
--- a/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp
@@ -305,5 +305,4 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_NEON_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
index aaa48564e..d88326b4f 100644
--- a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
@@ -382,5 +382,4 @@ private:
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_RHODIUM_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/device3/device3_impl.hpp b/host/lib/usrp/device3/device3_impl.hpp
index 11487b54c..e82597b9b 100644
--- a/host/lib/usrp/device3/device3_impl.hpp
+++ b/host/lib/usrp/device3/device3_impl.hpp
@@ -254,4 +254,3 @@ private:
}} /* namespace uhd::usrp */
#endif /* INCLUDED_DEVICE3_IMPL_HPP */
-// vim: sw=4 expandtab:
diff --git a/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp b/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp
index 3d23efff0..390b0929c 100644
--- a/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp
@@ -147,4 +147,3 @@ private: // members
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_E3XX_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et:
diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp
index 15eb35800..e9d942c9d 100644
--- a/host/lib/usrp/mpmd/mpmd_impl.hpp
+++ b/host/lib/usrp/mpmd/mpmd_impl.hpp
@@ -303,4 +303,3 @@ public:
uhd::device_addrs_t mpmd_find(const uhd::device_addr_t& hint_);
#endif /* INCLUDED_MPMD_IMPL_HPP */
-// vim: sw=4 expandtab:
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp
index e05aea32e..9de68a697 100644
--- a/host/lib/usrp/x300/x300_impl.hpp
+++ b/host/lib/usrp/x300/x300_impl.hpp
@@ -241,4 +241,3 @@ private:
};
#endif /* INCLUDED_X300_IMPL_HPP */
-// vim: sw=4 expandtab:
diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp
index ced32f626..7b02f2cf1 100644
--- a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp
@@ -215,4 +215,3 @@ private: // members
}} /* namespace uhd::rfnoc */
#endif /* INCLUDED_LIBUHD_RFNOC_X300_RADIO_CTRL_IMPL_HPP */
-// vim: sw=4 et: