Message ID | 20220603220712.73673-3-Rauch.Christian@gmx.de |
---|---|
State | Superseded |
Headers | show |
Series |
|
Related | show |
You need a proper patch subject, with a prefix, and a minimum commit message. Something as simple as: libcamera: ipu3: Fix rougue whitespace Fix a comment line wrongly indented with spaces. On Fri, Jun 03, 2022 at 11:07:09PM +0100, Christian Rauch via libcamera-devel wrote: > Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Thanks j > --- > src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp > index 53332826..f1de87dc 100644 > --- a/src/libcamera/pipeline/ipu3/ipu3.cpp > +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp > @@ -1449,7 +1449,7 @@ void IPU3CameraData::frameStart(uint32_t sequence) > /* > * Handle controls to be set immediately on the next frame. > * This currently only handle the TestPatternMode control. > - * > + * > * \todo Synchronize with the sequence number > */ > Request *request = processingRequests_.front(); > -- > 2.34.1 >
diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp index 53332826..f1de87dc 100644 --- a/src/libcamera/pipeline/ipu3/ipu3.cpp +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp @@ -1449,7 +1449,7 @@ void IPU3CameraData::frameStart(uint32_t sequence) /* * Handle controls to be set immediately on the next frame. * This currently only handle the TestPatternMode control. - * + * * \todo Synchronize with the sequence number */ Request *request = processingRequests_.front();
Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de> --- src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.34.1