mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 05:50:41 +08:00
Fix typo
The "Message" should be in lower case, so that it matches the variable which declared as "message".
This commit is contained in:
parent
756871e427
commit
4002426f7a
|
@ -71,7 +71,7 @@ static ssize_t module_input(struct file *file, /* The file itself */
|
|||
{
|
||||
int i;
|
||||
|
||||
/* Put the input into Message, where module_output will later be able
|
||||
/* Put the input into message, where module_output will later be able
|
||||
* to use it.
|
||||
*/
|
||||
for (i = 0; i < MESSAGE_LENGTH - 1 && i < length; i++)
|
||||
|
|
Loading…
Reference in New Issue
Block a user