- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / drivers / scsi / bfa / bfa_sgpg_priv.h
index 03b1bd7..9c2a8cb 100644 (file)
@@ -33,7 +33,7 @@
                        & ~(sizeof(struct bfi_sgpg_s) - 1))
 
 struct bfa_sgpg_wqe_s {
-       struct list_head qe;            /*  queue sg page element       */
+       struct list_head qe;    /*  queue sg page element       */
        int     nsgpg;          /*  pages to be allocated       */
        int     nsgpg_total;    /*  total pages required        */
        void    (*cbfn) (void *cbarg);
@@ -44,7 +44,7 @@ struct bfa_sgpg_wqe_s {
 
 struct bfa_sgpg_s {
        struct list_head        qe;     /*  queue sg page element       */
-       struct bfi_sgpg_s *sgpg;        /*  va of SG page               */
+       struct bfi_sgpg_s *sgpg; /*  va of SG page              */
        union bfi_addr_u sgpg_pa;/*  pa of SG page              */
 };
 
@@ -58,11 +58,11 @@ struct bfa_sgpg_mod_s {
        struct bfa_s *bfa;
        int             num_sgpgs;      /*  number of SG pages          */
        int             free_sgpgs;     /*  number of free SG pages     */
-       struct bfa_sgpg_s       *hsgpg_arr;     /*  BFA SG page array   */
+       struct bfa_sgpg_s *hsgpg_arr;   /*  BFA SG page array   */
        struct bfi_sgpg_s *sgpg_arr;    /*  actual SG page array        */
        u64     sgpg_arr_pa;    /*  SG page array DMA addr      */
-       struct list_head        sgpg_q;         /*  queue of free SG pages */
-       struct list_head        sgpg_wait_q;    /*  wait queue for SG pages */
+       struct list_head sgpg_q;        /*  queue of free SG pages      */
+       struct list_head sgpg_wait_q; /*  wait queue for SG pages       */
 };
 #define BFA_SGPG_MOD(__bfa)    (&(__bfa)->modules.sgpg_mod)