]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/vdev_raidz.c
Clean up CSTYLEDs
[mirror_zfs.git] / module / zfs / vdev_raidz.c
index 84e626b44db2382ffc7c215ff520147e033a98b6..1d691c81b5d5e609bdf21b840002c2c4138c9a18 100644 (file)
@@ -926,7 +926,6 @@ vdev_raidz_reconstruct_pq(raidz_row_t *rr, int *tgts, int ntgts)
        rr->rr_col[VDEV_RAIDZ_Q].rc_abd = qdata;
 }
 
-/* BEGIN CSTYLED */
 /*
  * In the general case of reconstruction, we must solve the system of linear
  * equations defined by the coefficients used to generate parity as well as
@@ -1078,7 +1077,6 @@ vdev_raidz_reconstruct_pq(raidz_row_t *rr, int *tgts, int ntgts)
  * that reason, we only build the coefficients in the rows that correspond to
  * targeted columns.
  */
-/* END CSTYLED */
 
 static void
 vdev_raidz_matrix_init(raidz_row_t *rr, int n, int nmap, int *map,