Commit 710cf51
rcutorture: Removing redundant function pointer initialization
For these rcu_torture_ops structure's objects defined by using static,
if the value of the function pointer in its member is not set, the default
value will be NULL, this commit therefore remove the pre-existing
initialization of function pointers to NULL.
Signed-off-by: Zqiang <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Signed-off-by: Uladzislau Rezki (Sony) <[email protected]>1 parent dddcdde commit 710cf51
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | 569 | | |
571 | 570 | | |
572 | 571 | | |
| |||
614 | 613 | | |
615 | 614 | | |
616 | 615 | | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | 616 | | |
621 | 617 | | |
622 | 618 | | |
| |||
847 | 843 | | |
848 | 844 | | |
849 | 845 | | |
850 | | - | |
851 | | - | |
852 | 846 | | |
853 | 847 | | |
854 | 848 | | |
| |||
892 | 886 | | |
893 | 887 | | |
894 | 888 | | |
895 | | - | |
896 | | - | |
897 | 889 | | |
898 | 890 | | |
899 | 891 | | |
| |||
934 | 926 | | |
935 | 927 | | |
936 | 928 | | |
937 | | - | |
938 | | - | |
939 | 929 | | |
940 | 930 | | |
941 | 931 | | |
| |||
987 | 977 | | |
988 | 978 | | |
989 | 979 | | |
990 | | - | |
991 | | - | |
992 | 980 | | |
993 | 981 | | |
994 | 982 | | |
| |||
0 commit comments