[{"id":2208,"web_url":"https://patchwork.libcamera.org/comment/2208/","msgid":"<20190711033641.GA28933@localhost.localdomain>","date":"2019-07-11T03:36:41","subject":"Re: [libcamera-devel] [PATCH] libcamera: Fix spellings and grammar","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/people/17/","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"content":"Hi Kieran,\n\nThanks for the patch.\n\nOn Wed, Jul 10, 2019 at 09:58:02PM +0100, Kieran Bingham wrote:\n> Fix a number of spelling errors and word duplications throughout the comments\n> within libcamera.\n> \n> These were picked up with spellintian.\n> \n> Also one capitalisation of the first word of a \\return statement picked\n> up by checkstyle.py while creating this patch.\n> \n> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\nLooks good to me.\n\nReviewed-by: Paul Elder <paul.elder@ideasonboard.com>\n\n> ---\n>  src/libcamera/buffer.cpp           | 2 +-\n>  src/libcamera/camera.cpp           | 2 +-\n>  src/libcamera/controls.cpp         | 2 +-\n>  src/libcamera/ipa_module.cpp       | 2 +-\n>  src/libcamera/pipeline_handler.cpp | 2 +-\n>  src/libcamera/stream.cpp           | 2 +-\n>  src/libcamera/v4l2_device.cpp      | 2 +-\n>  7 files changed, 7 insertions(+), 7 deletions(-)\n> \n> diff --git a/src/libcamera/buffer.cpp b/src/libcamera/buffer.cpp\n> index d86278a8a90a..f9e62c218f39 100644\n> --- a/src/libcamera/buffer.cpp\n> +++ b/src/libcamera/buffer.cpp\n> @@ -222,7 +222,7 @@ Buffer::Buffer()\n>   * \\fn Buffer::timestamp()\n>   * \\brief Retrieve the time when the buffer was processed\n>   *\n> - * The timestamp is expressed as a number number of nanoseconds since the epoch.\n> + * The timestamp is expressed as a number of nanoseconds since the epoch.\n>   *\n>   * \\return Timestamp when the buffer was processed\n>   */\n> diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp\n> index 592dfd39eacc..c74c4e4b8450 100644\n> --- a/src/libcamera/camera.cpp\n> +++ b/src/libcamera/camera.cpp\n> @@ -759,7 +759,7 @@ int Camera::freeBuffers()\n>   * \\brief Create a request object for the camera\n>   *\n>   * This method creates an empty request for the application to fill with\n> - * buffers and paramaters, and queue for capture.\n> + * buffers and parameters, and queue for capture.\n>   *\n>   * The ownership of the returned request is passed to the caller, which is\n>   * responsible for either queueing the request or deleting it.\n> diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp\n> index d9fbd46d81c9..727fdbd9450d 100644\n> --- a/src/libcamera/controls.cpp\n> +++ b/src/libcamera/controls.cpp\n> @@ -204,7 +204,7 @@ std::string ControlValue::toString() const\n>   * \\var Contrast\n>   * ControlType: Integer\n>   *\n> - * Specify a fixed constrast parameter.\n> + * Specify a fixed contrast parameter.\n>   */\n>  \n>  /**\n> diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp\n> index d2e3c366dc04..baf3c5719229 100644\n> --- a/src/libcamera/ipa_module.cpp\n> +++ b/src/libcamera/ipa_module.cpp\n> @@ -322,7 +322,7 @@ close:\n>   * the IPA module information it contains was successfully retrieved and\n>   * validated.\n>   *\n> - * \\return true if the the IPAModule is valid, false otherwise\n> + * \\return True if the IPAModule is valid, false otherwise\n>   */\n>  bool IPAModule::isValid() const\n>  {\n> diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp\n> index 0283e4e5ad51..26f619ea736b 100644\n> --- a/src/libcamera/pipeline_handler.cpp\n> +++ b/src/libcamera/pipeline_handler.cpp\n> @@ -149,7 +149,7 @@ PipelineHandler::~PipelineHandler()\n>   * return false.\n>   *\n>   * If multiple instances of a pipeline are available in the system, the\n> - * PipelineHandler class will be instanciated once per instance, and its match()\n> + * PipelineHandler class will be instantiated once per instance, and its match()\n>   * function called for every instance. Each call shall acquire media devices for\n>   * one pipeline instance, until all compatible media devices are exhausted.\n>   *\n> diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp\n> index d8e87c62281c..9dbb6633c9ce 100644\n> --- a/src/libcamera/stream.cpp\n> +++ b/src/libcamera/stream.cpp\n> @@ -428,7 +428,7 @@ Stream::Stream()\n>   * \\var Stream::bufferPool_\n>   * \\brief The pool of buffers associated with the stream\n>   *\n> - * The stream buffer pool is populated by the Camera class after a succesfull\n> + * The stream buffer pool is populated by the Camera class after a successful\n>   * stream configuration.\n>   */\n>  \n> diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp\n> index e3ec44a7f156..9a00566a532b 100644\n> --- a/src/libcamera/v4l2_device.cpp\n> +++ b/src/libcamera/v4l2_device.cpp\n> @@ -30,7 +30,7 @@ LOG_DEFINE_CATEGORY(V4L2)\n>   *\n>   * The V4L2Device class groups together the methods and fields common to\n>   * both the V4L2VideoDevice and V4L2Subdevice classes, and provides a base\n> - * class whith methods to open and close the device node associated with the\n> + * class with methods to open and close the device node associated with the\n>   * device and to perform IOCTL system calls on it.\n>   *\n>   * The V4L2Device class cannot be instantiated directly, as its constructor\n> -- \n> 2.20.1\n> \n> _______________________________________________\n> libcamera-devel mailing list\n> libcamera-devel@lists.libcamera.org\n> https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<paul.elder@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 1AD3360C23\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 11 Jul 2019 05:36:50 +0200 (CEST)","from localhost.localdomain (softbank126163157105.bbtec.net\n\t[126.163.157.105])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 88E2A31C;\n\tThu, 11 Jul 2019 05:36:48 +0200 (CEST)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1562816209;\n\tbh=slJtfLmsGuoOxZdbvhHk/nwW3/DFvTNr+WoysLXZet4=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=T8As8mVbk8sTJI/mYMxfM/QyNZUgbZi1cELbNvqd/vWb9pieSsSP3bRYqLojsM0W3\n\tlnQy79clwOXkj7M5JGOhyBRbBBl93/rKTuyl7ntuF8CnIe6jwNz1Z8smER/Tq5fTB+\n\tqn7/KoSIrlcBQj+71B5dCdV4FLQ+57dTPIrDf3gU=","Date":"Thu, 11 Jul 2019 12:36:41 +0900","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Cc":"LibCamera Devel <libcamera-devel@lists.libcamera.org>","Message-ID":"<20190711033641.GA28933@localhost.localdomain>","References":"<20190710205802.2204-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20190710205802.2204-1-kieran.bingham@ideasonboard.com>","User-Agent":"Mutt/1.10.1 (2018-07-13)","Subject":"Re: [libcamera-devel] [PATCH] libcamera: Fix spellings and grammar","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Thu, 11 Jul 2019 03:36:50 -0000"}},{"id":2274,"web_url":"https://patchwork.libcamera.org/comment/2274/","msgid":"<2bce3515-9d5c-758a-8be7-2cbcef0befa3@ideasonboard.com>","date":"2019-07-15T08:44:00","subject":"Re: [libcamera-devel] [PATCH] libcamera: Fix spellings and grammar","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"On 11/07/2019 04:36, Paul Elder wrote:\n> Hi Kieran,\n> \n> Thanks for the patch.\n> \n> On Wed, Jul 10, 2019 at 09:58:02PM +0100, Kieran Bingham wrote:\n>> Fix a number of spelling errors and word duplications throughout the comments\n>> within libcamera.\n>>\n>> These were picked up with spellintian.\n>>\n>> Also one capitalisation of the first word of a \\return statement picked\n>> up by checkstyle.py while creating this patch.\n>>\n>> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n> \n> Looks good to me.\n> \n> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>\n\nThanks, pushed with your tag.\n\n--\nKieran\n\n\n> \n>> ---\n>>  src/libcamera/buffer.cpp           | 2 +-\n>>  src/libcamera/camera.cpp           | 2 +-\n>>  src/libcamera/controls.cpp         | 2 +-\n>>  src/libcamera/ipa_module.cpp       | 2 +-\n>>  src/libcamera/pipeline_handler.cpp | 2 +-\n>>  src/libcamera/stream.cpp           | 2 +-\n>>  src/libcamera/v4l2_device.cpp      | 2 +-\n>>  7 files changed, 7 insertions(+), 7 deletions(-)\n>>\n>> diff --git a/src/libcamera/buffer.cpp b/src/libcamera/buffer.cpp\n>> index d86278a8a90a..f9e62c218f39 100644\n>> --- a/src/libcamera/buffer.cpp\n>> +++ b/src/libcamera/buffer.cpp\n>> @@ -222,7 +222,7 @@ Buffer::Buffer()\n>>   * \\fn Buffer::timestamp()\n>>   * \\brief Retrieve the time when the buffer was processed\n>>   *\n>> - * The timestamp is expressed as a number number of nanoseconds since the epoch.\n>> + * The timestamp is expressed as a number of nanoseconds since the epoch.\n>>   *\n>>   * \\return Timestamp when the buffer was processed\n>>   */\n>> diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp\n>> index 592dfd39eacc..c74c4e4b8450 100644\n>> --- a/src/libcamera/camera.cpp\n>> +++ b/src/libcamera/camera.cpp\n>> @@ -759,7 +759,7 @@ int Camera::freeBuffers()\n>>   * \\brief Create a request object for the camera\n>>   *\n>>   * This method creates an empty request for the application to fill with\n>> - * buffers and paramaters, and queue for capture.\n>> + * buffers and parameters, and queue for capture.\n>>   *\n>>   * The ownership of the returned request is passed to the caller, which is\n>>   * responsible for either queueing the request or deleting it.\n>> diff --git a/src/libcamera/controls.cpp b/src/libcamera/controls.cpp\n>> index d9fbd46d81c9..727fdbd9450d 100644\n>> --- a/src/libcamera/controls.cpp\n>> +++ b/src/libcamera/controls.cpp\n>> @@ -204,7 +204,7 @@ std::string ControlValue::toString() const\n>>   * \\var Contrast\n>>   * ControlType: Integer\n>>   *\n>> - * Specify a fixed constrast parameter.\n>> + * Specify a fixed contrast parameter.\n>>   */\n>>  \n>>  /**\n>> diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp\n>> index d2e3c366dc04..baf3c5719229 100644\n>> --- a/src/libcamera/ipa_module.cpp\n>> +++ b/src/libcamera/ipa_module.cpp\n>> @@ -322,7 +322,7 @@ close:\n>>   * the IPA module information it contains was successfully retrieved and\n>>   * validated.\n>>   *\n>> - * \\return true if the the IPAModule is valid, false otherwise\n>> + * \\return True if the IPAModule is valid, false otherwise\n>>   */\n>>  bool IPAModule::isValid() const\n>>  {\n>> diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp\n>> index 0283e4e5ad51..26f619ea736b 100644\n>> --- a/src/libcamera/pipeline_handler.cpp\n>> +++ b/src/libcamera/pipeline_handler.cpp\n>> @@ -149,7 +149,7 @@ PipelineHandler::~PipelineHandler()\n>>   * return false.\n>>   *\n>>   * If multiple instances of a pipeline are available in the system, the\n>> - * PipelineHandler class will be instanciated once per instance, and its match()\n>> + * PipelineHandler class will be instantiated once per instance, and its match()\n>>   * function called for every instance. Each call shall acquire media devices for\n>>   * one pipeline instance, until all compatible media devices are exhausted.\n>>   *\n>> diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp\n>> index d8e87c62281c..9dbb6633c9ce 100644\n>> --- a/src/libcamera/stream.cpp\n>> +++ b/src/libcamera/stream.cpp\n>> @@ -428,7 +428,7 @@ Stream::Stream()\n>>   * \\var Stream::bufferPool_\n>>   * \\brief The pool of buffers associated with the stream\n>>   *\n>> - * The stream buffer pool is populated by the Camera class after a succesfull\n>> + * The stream buffer pool is populated by the Camera class after a successful\n>>   * stream configuration.\n>>   */\n>>  \n>> diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp\n>> index e3ec44a7f156..9a00566a532b 100644\n>> --- a/src/libcamera/v4l2_device.cpp\n>> +++ b/src/libcamera/v4l2_device.cpp\n>> @@ -30,7 +30,7 @@ LOG_DEFINE_CATEGORY(V4L2)\n>>   *\n>>   * The V4L2Device class groups together the methods and fields common to\n>>   * both the V4L2VideoDevice and V4L2Subdevice classes, and provides a base\n>> - * class whith methods to open and close the device node associated with the\n>> + * class with methods to open and close the device node associated with the\n>>   * device and to perform IOCTL system calls on it.\n>>   *\n>>   * The V4L2Device class cannot be instantiated directly, as its constructor\n>> -- \n>> 2.20.1\n>>\n>> _______________________________________________\n>> libcamera-devel mailing list\n>> libcamera-devel@lists.libcamera.org\n>> https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<kieran.bingham@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 77E0F61572\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 15 Jul 2019 10:44:04 +0200 (CEST)","from [192.168.0.20]\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id BC328578;\n\tMon, 15 Jul 2019 10:44:03 +0200 (CEST)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1563180243;\n\tbh=EuiKxb4xrIzDLMPF3Spv6cevmULFd1c+nh4M9dWTzt8=;\n\th=Reply-To:Subject:To:Cc:References:From:Date:In-Reply-To:From;\n\tb=IDw0zfnF10CdgheyYJNBe1qJ0WWhH3+zu8WozLivF7mOe7W82TK5vUXIS+0D9CY7K\n\tGXgEcj+evbX7jrpWNNQlWoZlaU2LmoXouLaYxAiw6tbXkaiPWG6EW2hR8p6/XqwWlP\n\tx/u9xraGmNN+3fuN9BoST9L7qVNDBWyRstLHkY6E=","Reply-To":"kieran.bingham@ideasonboard.com","To":"Paul Elder <paul.elder@ideasonboard.com>","Cc":"LibCamera Devel <libcamera-devel@lists.libcamera.org>","References":"<20190710205802.2204-1-kieran.bingham@ideasonboard.com>\n\t<20190711033641.GA28933@localhost.localdomain>","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Openpgp":"preference=signencrypt","Autocrypt":"addr=kieran.bingham@ideasonboard.com; keydata=\n\t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\n\tsbsRB8KNNvVXBOVNwko86rQqF9drZuw=","Organization":"Ideas on Board","Message-ID":"<2bce3515-9d5c-758a-8be7-2cbcef0befa3@ideasonboard.com>","Date":"Mon, 15 Jul 2019 09:44:00 +0100","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101\n\tThunderbird/60.7.2","MIME-Version":"1.0","In-Reply-To":"<20190711033641.GA28933@localhost.localdomain>","Content-Type":"text/plain; charset=utf-8","Content-Language":"en-GB","Content-Transfer-Encoding":"8bit","Subject":"Re: [libcamera-devel] [PATCH] libcamera: Fix spellings and grammar","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Mon, 15 Jul 2019 08:44:04 -0000"}}]