From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 2 Oct 2018 04:21:50 -0700 Subject: [U-Boot] [PATCH 2/2] test/py: test_fs: add docstring comments to helper functions In-Reply-To: <20180927070723.7741-2-takahiro.akashi@linaro.org> References: <20180927070336.7561-1-takahiro.akashi@linaro.org> <20180927070723.7741-1-takahiro.akashi@linaro.org> <20180927070723.7741-2-takahiro.akashi@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27 September 2018 at 00:07, Akashi, Takahiro wrote: > From: "Akashi Takahiro" > > After Siomon's comment, add a descriptive comment (docstring) to each of > helper functions in conftest.py. No functionality changed. > > Signed-off-by: Akashi Takahiro > --- > test/py/tests/test_fs/conftest.py | 133 ++++++++++++++++++++++++++++++ > 1 file changed, 133 insertions(+) Reviewed-by: Simon Glass BTW you don't need to put a 'Returns' section if there is nothing returned.