We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c49944 commit bbc873cCopy full SHA for bbc873c
1 file changed
tp_smapi.c
@@ -88,7 +88,7 @@ MODULE_PARM_DESC(debug, "Debug level (0=off, 1=on)");
88
static struct { u8 rc; char *msg; int ret; } smapi_retcode[] =
89
{
90
{0x00, "OK", 0},
91
- {0x53, "SMAPI fuction is not available", -ENXIO},
+ {0x53, "SMAPI function is not available", -ENXIO},
92
{0x81, "Invalid parameter", -EINVAL},
93
{0x86, "Function is not supported by SMAPI BIOS", -EOPNOTSUPP},
94
{0x90, "System error", -EIO},
0 commit comments