net: qed: improve indentation of some parts of code
[linux-2.6-microblaze.git] / drivers / net / ethernet / qlogic / qed / qed_sp.h
index 35539e9..f7f983a 100644 (file)
@@ -154,12 +154,9 @@ struct qed_consq {
        struct qed_chain chain;
 };
 
-typedef int
-(*qed_spq_async_comp_cb)(struct qed_hwfn *p_hwfn,
-                        u8 opcode,
-                        u16 echo,
-                        union event_ring_data *data,
-                        u8 fw_return_code);
+typedef int (*qed_spq_async_comp_cb)(struct qed_hwfn *p_hwfn, u8 opcode,
+                                    u16 echo, union event_ring_data *data,
+                                    u8 fw_return_code);
 
 int
 qed_spq_register_async_cb(struct qed_hwfn *p_hwfn,