]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/rdma.h
Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-next into main
[mirror_iproute2.git] / rdma / rdma.h
index a6c6bdea5a80c3461c172d2e88844caa11323cd2..fc8bcf09274d09ce466d01027abc6b160fc2c2a1 100644 (file)
@@ -39,7 +39,7 @@ struct filter_entry {
        char *key;
        char *value;
        /*
-        * This field menas that we can try to issue .doit calback
+        * This field means that we can try to issue .doit calback
         * on value above. This value can be converted to integer
         * with simple atoi(). Otherwise "is_doit" will be false.
         */
@@ -138,7 +138,6 @@ void print_driver_table(struct rd *rd, struct nlattr *tb);
 void print_raw_data(struct rd *rd, struct nlattr **nla_line);
 void newline(struct rd *rd);
 void newline_indent(struct rd *rd);
-void print_on_off(struct rd *rd, const char *key_str, bool on);
 void print_raw_data(struct rd *rd, struct nlattr **nla_line);
 #define MAX_LINE_LENGTH 80