]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - platform-intel.h
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / platform-intel.h
index de433bd6b20a68682ea5b8067d919aecc1dd822c..bcd84b7b28a29c02f08b9e020f32523e29610e51 100644 (file)
@@ -133,7 +133,6 @@ static inline int imsm_orom_has_chunk(const struct imsm_orom *orom, int chunk)
        return !!(orom->sss & (1 << (fs - 1)));
 }
 
-
 /**
  * fls - find last (most-significant) bit set
  * @x: the word to search
@@ -208,4 +207,3 @@ int disk_attached_to_hba(int fd, const char *hba_path);
 char *devt_to_devpath(dev_t dev);
 int path_attached_to_hba(const char *disk_path, const char *hba_path);
 const char *get_sys_dev_type(enum sys_dev_type);
-