1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
Riyan Dhiman 30fed346a3 crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()
The code in crypto_aegis128_process_crypt() had an indentation
issue where spaces were used instead of tabs. This commit
corrects the indentation to use tabs, adhering to the
Linux kernel coding style guidelines.

Issue reported by checkpatch:
- ERROR: code indent should use tabs where possible

No functional changes are intended.

Signed-off-by: Riyan Dhiman <riyandhiman14@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-09-13 18:26:52 +08:00
arch crypto: x86/aesni - update docs for aesni-intel module 2024-09-06 14:50:45 +08:00
block
certs
crypto crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt() 2024-09-13 18:26:52 +08:00
Documentation dt-bindings: crypto: fsl,sec-v4.0: add second register space for rtic 2024-08-30 18:22:31 +08:00
drivers crypto: octeontx* - Select CRYPTO_AUTHENC 2024-09-06 14:50:46 +08:00
fs
include crypto: simd - Do not call crypto_alloc_tfm during registration 2024-08-24 21:39:15 +08:00
init
io_uring
ipc
kernel padata: Honor the caller's alignment in case of chunk_size 0 2024-08-30 18:23:43 +08:00
lib crypto: lib/mpi - Add error checks to extension 2024-08-17 13:55:50 +08:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools crypto: tools/ccp - Remove unused variable 2024-08-30 18:22:30 +08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoC 2024-08-10 12:25:34 +08:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.