mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #35090 from YuPengZTE/devConntrack
Automatic merge from submit-queue In error, the first letter should be lowcase **What this PR does / why we need it**: Fix the typo of the first letter in error **Special notes for your reviewer**: Reference here: https://github.com/golang/go/wiki/CodeReviewComments#error-strings Signed-off-by: YuPengZTE yu.peng36@zte.com.cn
This commit is contained in:
commit
175954fb12
@ -34,7 +34,7 @@ type Conntracker interface {
|
||||
|
||||
type realConntracker struct{}
|
||||
|
||||
var readOnlySysFSError = errors.New("ReadOnlySysFS")
|
||||
var readOnlySysFSError = errors.New("readOnlySysFS")
|
||||
|
||||
func (realConntracker) SetMax(max int) error {
|
||||
glog.Infof("Setting nf_conntrack_max to %d", max)
|
||||
|
Loading…
Reference in New Issue
Block a user