@@ -866,7 +866,7 @@ struct timespec64 timespec64_add_safe(const struct timespec64 lhs,
866
866
*
867
867
* Handles compat or 32-bit modes.
868
868
*
869
- * Return: % 0 on success or negative errno on error
869
+ * Return: 0 on success or negative errno on error
870
870
*/
871
871
int get_timespec64 (struct timespec64 * ts ,
872
872
const struct __kernel_timespec __user * uts )
@@ -897,7 +897,7 @@ EXPORT_SYMBOL_GPL(get_timespec64);
897
897
* @ts: input &struct timespec64
898
898
* @uts: user's &struct __kernel_timespec
899
899
*
900
- * Return: % 0 on success or negative errno on error
900
+ * Return: 0 on success or negative errno on error
901
901
*/
902
902
int put_timespec64 (const struct timespec64 * ts ,
903
903
struct __kernel_timespec __user * uts )
@@ -944,7 +944,7 @@ static int __put_old_timespec32(const struct timespec64 *ts64,
944
944
*
945
945
* Handles X86_X32_ABI compatibility conversion.
946
946
*
947
- * Return: % 0 on success or negative errno on error
947
+ * Return: 0 on success or negative errno on error
948
948
*/
949
949
int get_old_timespec32 (struct timespec64 * ts , const void __user * uts )
950
950
{
@@ -963,7 +963,7 @@ EXPORT_SYMBOL_GPL(get_old_timespec32);
963
963
*
964
964
* Handles X86_X32_ABI compatibility conversion.
965
965
*
966
- * Return: % 0 on success or negative errno on error
966
+ * Return: 0 on success or negative errno on error
967
967
*/
968
968
int put_old_timespec32 (const struct timespec64 * ts , void __user * uts )
969
969
{
@@ -979,7 +979,7 @@ EXPORT_SYMBOL_GPL(put_old_timespec32);
979
979
* @it: destination &struct itimerspec64
980
980
* @uit: user's &struct __kernel_itimerspec
981
981
*
982
- * Return: % 0 on success or negative errno on error
982
+ * Return: 0 on success or negative errno on error
983
983
*/
984
984
int get_itimerspec64 (struct itimerspec64 * it ,
985
985
const struct __kernel_itimerspec __user * uit )
@@ -1002,7 +1002,7 @@ EXPORT_SYMBOL_GPL(get_itimerspec64);
1002
1002
* @it: input &struct itimerspec64
1003
1003
* @uit: user's &struct __kernel_itimerspec
1004
1004
*
1005
- * Return: % 0 on success or negative errno on error
1005
+ * Return: 0 on success or negative errno on error
1006
1006
*/
1007
1007
int put_itimerspec64 (const struct itimerspec64 * it ,
1008
1008
struct __kernel_itimerspec __user * uit )
@@ -1024,7 +1024,7 @@ EXPORT_SYMBOL_GPL(put_itimerspec64);
1024
1024
* @its: destination &struct itimerspec64
1025
1025
* @uits: user's &struct old_itimerspec32
1026
1026
*
1027
- * Return: % 0 on success or negative errno on error
1027
+ * Return: 0 on success or negative errno on error
1028
1028
*/
1029
1029
int get_old_itimerspec32 (struct itimerspec64 * its ,
1030
1030
const struct old_itimerspec32 __user * uits )
@@ -1043,7 +1043,7 @@ EXPORT_SYMBOL_GPL(get_old_itimerspec32);
1043
1043
* @its: input &struct itimerspec64
1044
1044
* @uits: user's &struct old_itimerspec32
1045
1045
*
1046
- * Return: % 0 on success or negative errno on error
1046
+ * Return: 0 on success or negative errno on error
1047
1047
*/
1048
1048
int put_old_itimerspec32 (const struct itimerspec64 * its ,
1049
1049
struct old_itimerspec32 __user * uits )
0 commit comments