Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kunit\test.c Create Date:2022-07-28 06:38:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kunit_print_tap_version

Proto:static void kunit_print_tap_version(void)

Type:void

Parameter:Nothing

23  If Not kunit_has_printed_tap_version Then
24  pr_info("TAP version 14\n")
25  kunit_has_printed_tap_version = true
Caller
NameDescribe
kunit_print_subtest_start