Skip to content

Commit

Permalink
Corrected print out message for 'dump_hostcmd'.
Browse files Browse the repository at this point in the history
Signed-off-by: David Lin <dlin@marvell.com>
  • Loading branch information
yuhhaurlin committed Oct 28, 2018
1 parent 4da6ee2 commit d3ac6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugfs.c
Expand Up @@ -828,7 +828,7 @@ static ssize_t mwl_debugfs_dump_hostcmd_read(struct file *file,
return -ENOMEM;

len += scnprintf(p + len, size - len, "\n");
len += scnprintf(p + len, size - len, "tx amsdu: %s\n",
len += scnprintf(p + len, size - len, "dump_hostcmd: %s\n",
priv->dump_hostcmd ? "enable" : "disable");
len += scnprintf(p + len, size - len, "\n");

Expand Down

0 comments on commit d3ac6d7

Please sign in to comment.