diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 20923613467c..713b62eed875 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -961,7 +961,7 @@ static int section_mismatch(const char *fromsec, const char *tosec) | |||
961 | * Pattern 2: | 961 | * Pattern 2: |
962 | * Many drivers utilise a *driver container with references to | 962 | * Many drivers utilise a *driver container with references to |
963 | * add, remove, probe functions etc. | 963 | * add, remove, probe functions etc. |
964 | * These functions may often be marked __init and we do not want to | 964 | * These functions may often be marked __devinit and we do not want to |
965 | * warn here. | 965 | * warn here. |
966 | * the pattern is identified by: | 966 | * the pattern is identified by: |
967 | * tosec = init or exit section | 967 | * tosec = init or exit section |