Commit 55650b2
fs/open.c: Fix W=1 kernel doc warnings
fs/open.c: In functions 'setattr_vfsuid' and 'setattr_vfsgid':
warning: Function parameter or member 'attr' not described
- Fix warning by removing kernel-doc for these as they are static
inline functions and not required to be exposed via kernel-doc.
fs/open.c:
warning: Excess function parameter 'opened' description in 'finish_open'
warning: Excess function parameter 'cred' description in 'vfs_open'
- Fix by removing the parameters from the kernel-doc as they are no
longer required by the function.
Signed-off-by: Anuradha Weeraman <anuradha@debian.org>
Message-Id: <20230506182928.384105-1-anuradha@debian.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>1 parent c642256 commit 55650b2
1 file changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
| 703 | + | |
707 | 704 | | |
708 | 705 | | |
709 | 706 | | |
| |||
718 | 715 | | |
719 | 716 | | |
720 | 717 | | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
| 718 | + | |
725 | 719 | | |
726 | 720 | | |
727 | 721 | | |
| |||
989 | 983 | | |
990 | 984 | | |
991 | 985 | | |
992 | | - | |
993 | 986 | | |
994 | 987 | | |
995 | 988 | | |
| |||
1043 | 1036 | | |
1044 | 1037 | | |
1045 | 1038 | | |
1046 | | - | |
1047 | 1039 | | |
1048 | 1040 | | |
1049 | 1041 | | |
| |||
0 commit comments