]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/lustre/include/lustre_lib.h
staging: lustre: add missing blank line after declarations
[karo-tx-linux.git] / drivers / staging / lustre / lustre / include / lustre_lib.h
index 35175fd3da88fcb5f3442bd62e398c51373aa37b..cc3e8d1dc092cb1fd001f4cacbde8686c1e1f3d9 100644 (file)
@@ -177,6 +177,7 @@ struct obd_ioctl_hdr {
 static inline int obd_ioctl_packlen(struct obd_ioctl_data *data)
 {
        int len = cfs_size_round(sizeof(struct obd_ioctl_data));
+
        len += cfs_size_round(data->ioc_inllen1);
        len += cfs_size_round(data->ioc_inllen2);
        len += cfs_size_round(data->ioc_inllen3);