aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/syz-ci.go
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2023-10-19 08:40:37 -0700
committerAleksandr Nogikh <nogikh@google.com>2023-10-19 17:06:09 +0000
commita42250d2817c29e8c9b5617612ba366dfe55cba1 (patch)
tree56e534af48ef2c0442d8b47faa55727bb1c07aaf /syz-ci/syz-ci.go
parent4f9b680bf7d56a0023c4ec0e87207c77de7d276a (diff)
syz-ci: remove unneeded if statements
filepath.Join() will ignore empty parameters, so we don't need these checks.
Diffstat (limited to 'syz-ci/syz-ci.go')
-rw-r--r--syz-ci/syz-ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/syz-ci.go b/syz-ci/syz-ci.go
index 7beb6ad88..00035a6ce 100644
--- a/syz-ci/syz-ci.go
+++ b/syz-ci/syz-ci.go
@@ -178,7 +178,7 @@ type ManagerConfig struct {
Ccache string `json:"ccache"`
Userspace string `json:"userspace"`
KernelConfig string `json:"kernel_config"`
- // KernelSrcSuffiz adds a suffix to the kernel_src manager config. This is needed for cases where
+ // KernelSrcSuffix adds a suffix to the kernel_src manager config. This is needed for cases where
// the kernel source root as reported in the coverage UI is a subdirectory of the VCS root.
KernelSrcSuffix string `json:"kernel_src_suffix"`
// Build-type-specific parameters.