From patchwork Wed Oct 16 09:52:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Courbot X-Patchwork-Id: 11192791 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DA36C1390 for ; Wed, 16 Oct 2019 09:52:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC21621A49 for ; Wed, 16 Oct 2019 09:52:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="OyRfN2Aj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392149AbfJPJwx (ORCPT ); Wed, 16 Oct 2019 05:52:53 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:45309 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729546AbfJPJwx (ORCPT ); Wed, 16 Oct 2019 05:52:53 -0400 Received: by mail-pf1-f196.google.com with SMTP id y72so14363806pfb.12 for ; Wed, 16 Oct 2019 02:52:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=QWF8mjNiT97Y4Yu34Asbv40t0M1Iiy1fzG350OTTfxo=; b=OyRfN2AjU/zwDJtW2CPORsAfs4PwytUhC1ypdFgrGTCPuc9R0BBosbQYcKeQygIPKr McZ+W/bCqe+m0bPl9mQgFre61jTN5Q1sn4X45qbx3++tLN5BT+XkQgBAIAPNMLXDVPbX KmGPXIXdxE11LT3plJ2aMbVA7eU+XFKFeg3JA= 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=QWF8mjNiT97Y4Yu34Asbv40t0M1Iiy1fzG350OTTfxo=; b=BWylAgqs+jlC137DwQRnD1sARnT5JznGTSL2qBJzWh8VzrtwFIwFzcY0zLPZhCjtJo JSZsGN4H7YAvoXZD0UdK+7Bl8/bo5IkgMtK+VwRW+sXZqCKg1ZuZ3BQ39mGN3aasFax4 0cgePfsKQVSpLJcaE/Bsawn560X+g/egOY4MUReWLZ5s2SwWsIKdi9SPaHXwJiU6XqJD KZiE7QfPJ8l2j3SJm5lX9PngW+UPPgkHy+36abRmU1wGSSgt90HMICNvDeBH89mNipOx XQMN27IQ3zqwV5GsRpwmLuOMWVGOsWu2RuKEAdwQdBuJlOd3YR8fZe7W8NDsq48jq4gD 8k6g== X-Gm-Message-State: APjAAAWi82ZXlkEoscy99qQp1RmOLZ08ViAk3x8tuYmBb+sTVvw7UAEm pByV//L1rnl4R5fMLGPI5xH1qw== X-Google-Smtp-Source: APXvYqzMYt1/QR51QpPbDB/T2Np2kF1ttwoTTGshOFnZ92nrBInOM49017vQwrwHKqikCFhoRTKq+g== X-Received: by 2002:a62:3441:: with SMTP id b62mr42023107pfa.12.1571219570728; Wed, 16 Oct 2019 02:52:50 -0700 (PDT) Received: from acourbot.tok.corp.google.com ([2401:fa00:8f:203:93d9:de4d:e834:3086]) by smtp.gmail.com with ESMTPSA id g20sm24199694pfo.73.2019.10.16.02.52.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Oct 2019 02:52:49 -0700 (PDT) From: Alexandre Courbot To: Mauro Carvalho Chehab , Hans Verkuil Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Courbot , Alexandre Courbot Subject: [PATCH] media: Documentation: v4l: fix section depth Date: Wed, 16 Oct 2019 18:52:39 +0900 Message-Id: <20191016095239.132921-1-acourbot@chromium.org> X-Mailer: git-send-email 2.23.0.700.g56cf767bdb-goog MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The request API documentation introduced a new section which should have been a subsection. Fix this. Signed-off-by: Alexandre Courbot Signed-off-by: Alexandre Courbot --- Documentation/media/uapi/mediactl/request-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/media/uapi/mediactl/request-api.rst b/Documentation/media/uapi/mediactl/request-api.rst index a74c82d95609..01abe8103bdd 100644 --- a/Documentation/media/uapi/mediactl/request-api.rst +++ b/Documentation/media/uapi/mediactl/request-api.rst @@ -53,8 +53,8 @@ with different configurations in advance, knowing that the configuration will be applied when needed to get the expected result. Configuration values at the time of request completion are also available for reading. -Usage -===== +General Usage +------------- The Request API extends the Media Controller API and cooperates with subsystem-specific APIs to support request usage. At the Media Controller