Skip to content

Commit 91af2e1

Browse files
akpm00hnaz
authored andcommitted
ipc-msg-increase-msgmni-remove-scaling-checkpatch-fixes
WARNING: 'dependant' may be misspelled - perhaps 'dependent'? torvalds#134: FILE: include/uapi/linux/msg.h:66: + * size. The optimal value is application dependant. total: 0 errors, 1 warnings, 378 lines checked ./patches/ipc-msg-increase-msgmni-remove-scaling.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Davidlohr Bueso <[email protected]> Cc: Manfred Spraul <[email protected]> Cc: Rafael Aquini <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8a14749 commit 91af2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct msginfo {
6363
* MSGMNB is the default size of a new message queue. Non-root tasks can
6464
* decrease the size with msgctl(IPC_SET), root tasks
6565
* (actually: CAP_SYS_RESOURCE) can both increase and decrease the queue
66-
* size. The optimal value is application dependant.
66+
* size. The optimal value is application dependent.
6767
* 16384 is used because it was always used (since 0.99.10)
6868
*
6969
* MAXMAX is the maximum size of an individual message, it's a global

0 commit comments

Comments
 (0)