From 69d296ea60f3234767c7070c51d9a38c4386a892 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 28 Oct 2021 14:47:46 -0700 Subject: [PATCH] ANDROID: scsi: ufs: Remove a blank line There is no blank line in the upstream code above the luns_avail declaration. Hence this patch. Bug: 204438323 Signed-off-by: Bart Van Assche Change-Id: I79927cc14cc011c87eb96ca8847f0bd6a046bb40 --- drivers/scsi/ufs/ufshcd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index e02ea6f3e18e..8cc81db01931 100644 --- a/drivers/scsi/ufs/ufshcd.h +++ b/drivers/scsi/ufs/ufshcd.h @@ -974,7 +974,6 @@ struct ufs_hba { struct delayed_work debugfs_ee_work; u32 debugfs_ee_rate_limit_ms; #endif - u32 luns_avail; bool complete_put; bool rpmb_complete_put;