From patchwork Fri Jun 5 08:26:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3928 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 22DCD603C7 for ; Fri, 5 Jun 2020 10:26:51 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="JFaxXGzv"; dkim-atps=neutral Received: by mail-ej1-x62b.google.com with SMTP id z5so9166154ejb.3 for ; Fri, 05 Jun 2020 01:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=8MyHVoCvIYF9ecaQi+smAoEVn+OXym5wEmrty9vRPlA=; b=JFaxXGzvW/jBpu+nuox/F+7ajX6ETsSHZ/9m/wGECs6002UFhDjEIUAyYh8uB8JtUz b0b9iV7MeUhafFh0YSWUqGTQoJl5+/UvQw79xnyxIw29dKdgIJc0jjSn6JCp39lJiMGJ tE642EUu0mTwBnAFmwcfuH3XtKPah6Ct4i063791DAu3/sOjxViIGDZHeZZy3JP6TVML Q3cYbDlk1p00sq/02xO0LVE/79T1+rOpQHRuASz6WRFljJITDuY/aYKNXSsrksCLWTas XGe4F6wntD8do2h+Ku0NpaFgFxfDJyVDdeioJ+LagQGX+eVhIx93vGt9bX6PfSgBbhn6 WcdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=8MyHVoCvIYF9ecaQi+smAoEVn+OXym5wEmrty9vRPlA=; b=ZVqGon4Te0BJmpQOcWHJWD76EyQ214/2T0ZfWapCP/3ZbxQA6vdHsdmsfCR0gbg6Qy 0k7CW0vpAPwXMyH4gRakASgziftI9Nj5MT8g7cKrLVpDHeZex3LxOCCHbvmV+5R6ddyC VgwVxvG14ycLSu5OfnA8G/wca2nMABOZQe/vOAzsLNDPWSnRqBPvpdvy5zelNJ2EwekJ q6fShhWnUbP4NcII2acDulL4Otwomk7nPFf9q/h+kJX390ncsDFaag0DakPL3nR/9LnI YlzDeiEwJZQssiZJWBgwbXZw/zTSx3UfvouUJY8rEaLS/8RdQQd7jaaXRfHcYDS/rruF U+Tg== X-Gm-Message-State: AOAM533TgBYHZPgqWExWVBvrN8QEio/TwR5+HFlfqketh2h/Ph3XfKAV ILUTzvIWEuDbN9VN17DE/gyPmPbBag8= X-Google-Smtp-Source: ABdhPJwi7CAVKDwkID8ldKrkchBhaU5yFfoEyaPMZ8k4XkHNqs0rdl6HsDdAXAMJ+JCZBvZw4NJ+mw== X-Received: by 2002:a17:906:254f:: with SMTP id j15mr7407566ejb.162.1591345610571; Fri, 05 Jun 2020 01:26:50 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:50 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:12 +0200 Message-Id: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/6] Random documentation fixes X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:51 -0000 Just a couple of fixes for minor documentation problems I stumpled upon while getting familiar with tne codebase. Changes since v1: - signed off my patches - added R-b tags from Kieran and Laurent Marvin Schmidt (6): docs: Remove stray HTML tags docs: Remove trailing whitespace docs: coding-style: Change full stop to colon docs: Markup LD_PRELOAD as code libcamera: ipa_module: Fix typo in function description libcamera: camera: Order parameter documentation correctly Documentation/coding-style.rst | 2 +- Documentation/docs.rst | 10 +++++----- src/libcamera/camera.cpp | 2 +- src/libcamera/ipa_module.cpp | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-)