openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
281 stars 180 forks source link

Make SPL code conform to ZFS style #655

Closed ofaaland closed 6 years ago

ofaaland commented 7 years ago

In preparation for merging the SPL into ZFS, make the SPL conform to ZFS style conventions.

These patches do not make any semantic changes (or if they do, it's a mistake).

The vast majority of the changes are white space - spaces to tabs, or the wrong number of spaces for a continuation line.

The first patch that changes file headers will be the only one that I expect to change very large numbers of files. The remaining patches are planned to fix whatever style issues exist in some small subtree.

Tested by locally building both SPL and ZFS, and running zloop. Running through automated testing via https://github.com/zfsonlinux/zfs/pull/6726