From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7CBC9469710 for ; Thu, 7 May 2020 13:52:40 +0300 (MSK) Date: Thu, 7 May 2020 13:52:20 +0300 From: Sergey Bronnikov Message-ID: <20200507105220.GA36765@pony.bronevichok.ru> References: <20200423225427.GC11314@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200423225427.GC11314@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4 5/10] Fix luacheck warnings in src/box/lua/ List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On 01:54 Fri 24 Apr , Igor Munkin wrote: > > @@ -425,7 +421,7 @@ local function create_transport(host, port, user, password, callback, > > state = new_state > > last_errno = new_errno > > last_error = new_error > > - callback('state_changed', new_state, new_errno, new_error) > > + callback('state_changed', new_state, new_error) > > Please adjust the corresponding comment. Done.