For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: Syzbot build test
Author: activprithvi@gmail.com
#syz test
Signed-off-by: Prithvi Tambewagh <activprithvi@gmail.com>
---
drivers/target/target_core_configfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c
index b19acd662726..1b7c7df4bca7 100644
--- a/drivers/target/target_core_configfs.c
+++ b/drivers/target/target_core_configfs.c
@@ -130,7 +130,7 @@ static ssize_t target_core_item_dbroot_store(struct config_item *item,
if (db_root_stage[read_bytes - 1] == '\n')
db_root_stage[read_bytes - 1] = '\0';
- /* validate new db root before accepting it */
+ /* validate the new db root before accepting it */
fp = filp_open(db_root_stage, O_RDONLY, 0);
if (IS_ERR(fp)) {
pr_err("db_root: cannot open: %s\n", db_root_stage);
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
--
2.34.1