public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* Request for assistance
@ 2022-10-20 11:00 Ubuntu
  2022-10-20 11:10 ` Greg KH
       [not found] ` <CAOkYk0iU0B98JsH77avky--AS19V=GhQox2f_b4PAG3ZBB+SVQ@mail.gmail.com>
  0 siblings, 2 replies; 11+ messages in thread
From: Ubuntu @ 2022-10-20 11:00 UTC (permalink / raw)
  To: linux-staging, linux-kernel, outreachy

Hello,
I have a diffictly deciding where exactly to split a long line of code. for example, this line of code is too long

uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopCCKBasicRate);

if i spit it this way:
uCTSTime =
        bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopCCKBasicRate);

It does not help as the second line is still too long. I considered doing it this way instead:
uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14,
                                pDevice->byTopCCKBasicRate);
But i did this on one of my patches and i was told it is not advisable to split a line between
parenthesis '(' and ')'

how can i go about this please?

^ permalink raw reply	[flat|nested] 11+ messages in thread
* request for assistance
@ 2022-10-22  8:11 Tanju Brunostar
  2022-10-22  8:13 ` Julia Lawall
  0 siblings, 1 reply; 11+ messages in thread
From: Tanju Brunostar @ 2022-10-22  8:11 UTC (permalink / raw)
  To: linux-staging, linux-kernel, outreachy

There is a portion of the Outreachy first patch wiki I would like to
edit. How do I go about doing this?
- Should I just go on and edit it? or
- Do I have to make a proposition addressed to someone or somewhere,
stating what it is I want to change and why?
I would appreciate your help.
thanks

Tanju

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-10-22  8:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-20 11:00 Request for assistance Ubuntu
2022-10-20 11:10 ` Greg KH
2022-10-20 11:14   ` Tanju Brunostar
2022-10-20 11:59     ` Julia Lawall
     [not found] ` <CAOkYk0iU0B98JsH77avky--AS19V=GhQox2f_b4PAG3ZBB+SVQ@mail.gmail.com>
2022-10-20 11:34   ` Tanju Brunostar
2022-10-20 12:10     ` Greg KH
2022-10-20 14:39       ` Theodore Ts'o
     [not found]         ` <Y1Hby38PE/QVlRhF@Slackware>
2022-10-21  6:11           ` Tanju Brunostar
  -- strict thread matches above, loose matches on Subject: below --
2022-10-22  8:11 request " Tanju Brunostar
2022-10-22  8:13 ` Julia Lawall
2022-10-22  8:20   ` Tanju Brunostar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox